[ci skip] added comment and formatting for isDebugVersion
parent
162d748dd1
commit
37aa167685
|
|
@ -47,6 +47,8 @@ namespace gtsam {
|
||||||
// Non-guarded use led to crashes, and solved in commit cd35db2
|
// Non-guarded use led to crashes, and solved in commit cd35db2
|
||||||
bool GTSAM_EXPORT guardedIsDebug(const std::string& s);
|
bool GTSAM_EXPORT guardedIsDebug(const std::string& s);
|
||||||
void GTSAM_EXPORT guardedSetDebug(const std::string& s, const bool v);
|
void GTSAM_EXPORT guardedSetDebug(const std::string& s, const bool v);
|
||||||
|
|
||||||
|
// function to check if compiled version has debug information
|
||||||
bool GTSAM_EXPORT isDebugVersion();
|
bool GTSAM_EXPORT isDebugVersion();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue