Merge pull request #376 from borglab/fix/msvc-missing-export

Fix missing DLL exported symbol
release/4.3a0
Varun Agrawal 2020-07-06 21:52:39 -04:00 committed by GitHub
commit 1679d1822d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
namespace gtsam {
/// Function to demangle type name of variable, e.g. demangle(typeid(x).name())
std::string demangle(const char* name);
std::string GTSAM_EXPORT demangle(const char* name);
/// Integer nonlinear key type
typedef std::uint64_t Key;