mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
use <experimental/filesystem> to test for version 6.1 (clang)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user