[ci skip] added comment and formatting for isDebugVersion

release/4.3a0
Varun Agrawal 2019-06-12 22:57:31 -04:00
parent 162d748dd1
commit 37aa167685
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ namespace gtsam {
// 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);
// function to check if compiled version has debug information
bool GTSAM_EXPORT isDebugVersion();
}