don't use VS2013 filesytem
This commit is contained in:
parent
a0e6a36e37
commit
1eb1ac3a28
@ -58,8 +58,9 @@
|
|||||||
# define noexcept //no support of noexcept until Visual C++ 2015
|
# define noexcept //no support of noexcept until Visual C++ 2015
|
||||||
|
|
||||||
# define constexpr const //no support of constexpr until Visual C++ 2015 ? const ??
|
# define constexpr const //no support of constexpr until Visual C++ 2015 ? const ??
|
||||||
# endif
|
# else
|
||||||
# undef STD_FILESYSTEM_NOT_SUPPORTED
|
# undef STD_FILESYSTEM_NOT_SUPPORTED
|
||||||
|
# endif
|
||||||
#elif defined(__GNUC__)
|
#elif defined(__GNUC__)
|
||||||
# if (__GNUC__ == 4 && __GNUC_MINOR__ < 6)
|
# if (__GNUC__ == 4 && __GNUC_MINOR__ < 6)
|
||||||
# define noexcept //no support of noexcept until GCC 4.6
|
# define noexcept //no support of noexcept until GCC 4.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user