Fix missing symbol exports for windows
parent
92f1f33818
commit
4f6ed03803
|
|
@ -45,8 +45,8 @@ namespace gtsam {
|
||||||
GTSAM_EXTERN_EXPORT FastMap<std::string, ValueWithDefault<bool,false> > debugFlags;
|
GTSAM_EXTERN_EXPORT FastMap<std::string, ValueWithDefault<bool,false> > debugFlags;
|
||||||
|
|
||||||
// thread-safe functions to access debugFlags map
|
// thread-safe functions to access debugFlags map
|
||||||
bool guardedIsDebug(const std::string& s);
|
bool GTSAM_EXPORT guardedIsDebug(const std::string& s);
|
||||||
void guardedSetDebug(const std::string& s, const bool v);
|
void GTSAM_EXPORT guardedSetDebug(const std::string& s, const bool v);
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef ISDEBUG
|
#undef ISDEBUG
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue