Added comment

release/4.3a0
Andrew Melim 2014-12-08 20:48:36 -05:00
parent 4f6ed03803
commit fdc1d50801
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
namespace gtsam {
GTSAM_EXTERN_EXPORT FastMap<std::string, ValueWithDefault<bool,false> > debugFlags;
// thread-safe functions to access debugFlags map
// Non-guarded use led to crashes, and solved in commit cd35db2
bool GTSAM_EXPORT guardedIsDebug(const std::string& s);
void GTSAM_EXPORT guardedSetDebug(const std::string& s, const bool v);
}