use <experimental/filesystem> to test for version 6.1 (clang)

This commit is contained in:
Oliver Kowalke
2016-10-20 08:59:51 +02:00
committed by GitHub
parent 9b97c79b4e
commit 350cfd5d82

View File

@ -123,9 +123,7 @@
//
#ifdef __clang__
#include <functional>
#if defined(__cpp_lib_invoke) && (__cpp_lib_invoke >= 201411)
#if __has_include(<experimental/filesystem>)
# define BOOST_LIBSTDCXX_VERSION 60100
#elif __has_include(<experimental/any>)
# define BOOST_LIBSTDCXX_VERSION 50100