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 874d4e9f30
commit 11a31f2eba

View File

@ -118,7 +118,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) \