mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-08-23 14:20:52 +00:00
add min, max: initialize_list version
This commit is contained in:
parent
2dc912522b
commit
5ea46e507f
13 changed files with 81 additions and 1 deletions
|
@ -63,4 +63,8 @@
|
|||
#define SPROUT_NO_CXX11_HDR_CODECVT
|
||||
#define SPROUT_NO_CXX11_ATOMIC_SMART_PTR
|
||||
|
||||
#if (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 6) || !defined(__GXX_EXPERIMENTAL_CXX0X__))
|
||||
# define SPROUT_NO_CXX14_INITIALIZER_LIST
|
||||
#endif
|
||||
|
||||
#endif // #ifndef SPROUT_CONFIG_STDLIB_LIBSTDCPP3_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue