mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 21:04:28 +02:00
Merge branch 'develop' of https://github.com/boostorg/config into develop
This commit is contained in:
@@ -12,9 +12,7 @@ rule requires ( names + )
|
|||||||
local result ;
|
local result ;
|
||||||
for name in $(names)
|
for name in $(names)
|
||||||
{
|
{
|
||||||
local msg = "Boost.Config Feature Check: " ;
|
result += [ check-target-builds $(config-binding:D)//$(name) $(name) : : <build>no ] ;
|
||||||
msg += $(name) ;
|
|
||||||
result += [ check-target-builds $(config-binding:D)//$(name) $(msg:J=) : : <build>no ] ;
|
|
||||||
}
|
}
|
||||||
return $(result) ;
|
return $(result) ;
|
||||||
}
|
}
|
||||||
|
@@ -125,7 +125,9 @@
|
|||||||
//
|
//
|
||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
|
|
||||||
#if __has_include(<memory_resource>)
|
#if __has_include(<compare>)
|
||||||
|
# define BOOST_LIBSTDCXX_VERSION 100100
|
||||||
|
#elif __has_include(<memory_resource>)
|
||||||
# define BOOST_LIBSTDCXX_VERSION 90100
|
# define BOOST_LIBSTDCXX_VERSION 90100
|
||||||
#elif __has_include(<charconv>)
|
#elif __has_include(<charconv>)
|
||||||
# define BOOST_LIBSTDCXX_VERSION 80100
|
# define BOOST_LIBSTDCXX_VERSION 80100
|
||||||
|
Reference in New Issue
Block a user