mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix sprout/config/compiler/clang.hpp
This commit is contained in:
parent
36fe60bec3
commit
42546e8b97
1 changed files with 4 additions and 0 deletions
|
@ -21,4 +21,8 @@
|
||||||
# define SPROUT_NO_DELEGATING_CONSTRUCTORS
|
# define SPROUT_NO_DELEGATING_CONSTRUCTORS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ((__GNUC__ >= 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6)) && defined(__GXX_EXPERIMENTAL_CXX0X__))
|
||||||
|
# define SPROUT_HAS_CONSTEXPR_CMATH_FUNCTION
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // #ifndef SPROUT_CONFIG_COMPILER_CLANG_HPP
|
#endif // #ifndef SPROUT_CONFIG_COMPILER_CLANG_HPP
|
||||||
|
|
Loading…
Reference in a new issue