bug #383 - another c++11-user-defined-literal fix

This commit is contained in:
Marc Glisse 2011-11-27 15:27:25 -05:00
parent 8107b3da75
commit a2810aa32f

View File

@ -125,7 +125,7 @@ namespace Eigen
} \
else if (Eigen::internal::push_assert) \
{ \
eigen_assert_list.push_back(std::string(EI_PP_MAKE_STRING(__FILE__)" ("EI_PP_MAKE_STRING(__LINE__)") : "#a) ); \
eigen_assert_list.push_back(std::string(EI_PP_MAKE_STRING(__FILE__) " (" EI_PP_MAKE_STRING(__LINE__) ") : " #a) ); \
}
#define VERIFY_RAISES_ASSERT(a) \