precompiled_header.h: remove chartTesting.h
Not used anywhere and fails to compile with C++20 on MSVC: gtsam\base\chartTesting.h(42,3): error C3878: syntax error: unexpected token ')' following 'expression_statement'release/4.3a0
parent
9a146eb942
commit
e6dfa7be99
|
@ -23,7 +23,6 @@
|
|||
// numericalDerivative.h : includes things in linear, nonlinear :-(
|
||||
// testLie.h: includes numericalDerivative
|
||||
#include <gtsam/base/Lie.h>
|
||||
#include <gtsam/base/chartTesting.h>
|
||||
#include <gtsam/base/cholesky.h>
|
||||
#include <gtsam/base/concepts.h>
|
||||
#include <gtsam/base/ConcurrentMap.h>
|
||||
|
|
Loading…
Reference in New Issue