mirror of
https://github.com/boostorg/scope.git
synced 2026-01-19 04:42:10 +00:00
This replaces the cxx11_hdr_type_traits requirement with a local configure-time check for the presence of only those type traits which are used in the library. This enables testing of gcc 4.8 and 4.9, which was previously silently skipped.
10 lines
377 B
Plaintext
10 lines
377 B
Plaintext
#
|
|
# Copyright Andrey Semashev 2025.
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# (See accompanying file LICENSE_1_0.txt or copy at
|
|
# http://www.boost.org/LICENSE_1_0.txt)
|
|
#
|
|
|
|
obj has_sufficient_cxx11_type_traits : has_sufficient_cxx11_type_traits.cpp : <library>/boost/config//boost_config ;
|
|
explicit has_sufficient_cxx11_type_traits ;
|