use of <experimental/memory_resource> for clang detection

use <experimental/memory_resource> instead of <experimental/filesystem> to check for libstdc++ 6.1
This commit is contained in:
Oliver Kowalke
2016-10-20 13:52:28 +02:00
committed by GitHub
parent 350cfd5d82
commit b20d7a811e

View File

@ -123,7 +123,7 @@
//
#ifdef __clang__
#if __has_include(<experimental/filesystem>)
#if __has_include(<experimental/memory_resource>)
# define BOOST_LIBSTDCXX_VERSION 60100
#elif __has_include(<experimental/any>)
# define BOOST_LIBSTDCXX_VERSION 50100