From a2810aa32fa752e45b6ff9d2a2a9891cbf588b23 Mon Sep 17 00:00:00 2001 From: Marc Glisse Date: Sun, 27 Nov 2011 15:27:25 -0500 Subject: bug #383 - another c++11-user-defined-literal fix --- test/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/main.h') diff --git a/test/main.h b/test/main.h index c4ef52838..8bf603081 100644 --- a/test/main.h +++ b/test/main.h @@ -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) \ -- cgit v1.2.3