This commit is contained in:
Jitse Niesen 2010-11-26 14:37:58 +00:00
commit e868b6736a

View File

@ -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;
}