mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-01 18:26:24 +08:00
Compilation fix in case EIGEN_DEBUG_ASSERTS is defined.
This commit is contained in:
parent
421b2b5ff7
commit
9bad7c7edb
@ -89,7 +89,10 @@ namespace Eigen
|
||||
|
||||
namespace Eigen
|
||||
{
|
||||
static bool internal::push_assert = false;
|
||||
namespace internal
|
||||
{
|
||||
static bool push_assert = false;
|
||||
}
|
||||
static std::vector<std::string> eigen_assert_list;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user