mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-20 20:04:26 +08:00
bug #383 - another c++11-user-defined-literal fix
This commit is contained in:
parent
8107b3da75
commit
a2810aa32f
@ -125,7 +125,7 @@ namespace Eigen
|
|||||||
} \
|
} \
|
||||||
else if (Eigen::internal::push_assert) \
|
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) \
|
#define VERIFY_RAISES_ASSERT(a) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user