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:
parent
06eaf3f0ec
commit
773855410b
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue