mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-12-23 21:25:49 +00:00
fix visualc.hpp
add `#endif`
This commit is contained in:
parent
d7bf483c4a
commit
a115a6c16a
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#define SPROUT_NO_CXX11_DELETED_FUNCTIONS
|
||||
#if _MSC_FULL_VER < 170051025 || !defined(SPROUT_MSVC_ENABLE_2012_NOV_CTP)
|
||||
# define SPROUT_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS
|
||||
#endif
|
||||
#define SPROUT_NO_CXX11_NOEXCEPT
|
||||
#define SPROUT_NO_CXX11_TEMPLATE_ALIASES
|
||||
#define SPROUT_NO_CXX11_USER_DEFINED_LITERALS
|
||||
|
|
Loading…
Reference in a new issue