1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add support gcc 4.9.1

This commit is contained in:
bolero-MURAKAMI 2014-10-24 13:48:36 +09:00
parent 06eaf3f0ec
commit 773855410b
2 changed files with 2 additions and 2 deletions

View file

@ -39,6 +39,6 @@
// SPROUT_STATIC_ASSERT_PREPROCESSED
//
#define SPROUT_STATIC_ASSERT_PREPROCESSED(COND) \
SPROUT_STATIC_ASSERT_MSG(COND, #COND " \n[[preprocessed]]: " SPROUT_PP_STRINGIZE(COND))
SPROUT_STATIC_ASSERT_MSG(COND, #COND " \n[[preprocessed]] " SPROUT_PP_STRINGIZE(COND))
#endif // #ifndef SPROUT_STATIC_ASSERT_HPP