mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-16 15:14:13 +00:00
partial support (C++11 constexpr) for VC++2015
This commit is contained in:
parent
b1b62d9a29
commit
e7a79b31ea
5 changed files with 21 additions and 9 deletions
|
@ -8,7 +8,11 @@
|
|||
#ifndef SPROUT_CONFIG_COMPILER_VISUALC_HPP
|
||||
#define SPROUT_CONFIG_COMPILER_VISUALC_HPP
|
||||
|
||||
#define SPROUT_NO_CXX11_CONSTEXPR
|
||||
#if _MSC_FULL_VER < 190023026
|
||||
# define SPROUT_NO_CXX11_CONSTEXPR
|
||||
#endif
|
||||
#define SPROUT_NO_STATIC_CONSTEXPR_INITIALIZATION
|
||||
|
||||
#if _MSC_FULL_VER < 180020827
|
||||
# define SPROUT_NO_CXX11_DEFAULTED_FUNCTIONS
|
||||
# define SPROUT_NO_CXX11_DELETED_FUNCTIONS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue