Merge branch 'feature/foa_rc' of https://github.com/boostorg/unordered into feature/foa_rc

This commit is contained in:
joaquintides
2022-10-03 18:50:15 +02:00

View File

@ -7,7 +7,7 @@
import testing ;
import ../../config/checks/config : requires ;
CPP14 = [ requires cxx14 ] ;
CPP14 = [ requires cxx14_constexpr ] ;
# Adding -Wundef is blocked on (at least)
# https://github.com/boostorg/type_traits/issues/165