add min, max: initialize_list version

This commit is contained in:
bolero-MURAKAMI 2013-08-23 22:38:40 +09:00
parent 2dc912522b
commit 5ea46e507f
13 changed files with 81 additions and 1 deletions

View file

@ -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