forked from boostorg/unordered
Update test Jamfile to use cxx14_constexpr as a requirement for targets so msvc gets run
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
import testing ;
|
import testing ;
|
||||||
import ../../config/checks/config : requires ;
|
import ../../config/checks/config : requires ;
|
||||||
|
|
||||||
CPP14 = [ requires cxx14 ] ;
|
CPP14 = [ requires cxx14_constexpr ] ;
|
||||||
|
|
||||||
# Adding -Wundef is blocked on (at least)
|
# Adding -Wundef is blocked on (at least)
|
||||||
# https://github.com/boostorg/type_traits/issues/165
|
# https://github.com/boostorg/type_traits/issues/165
|
||||||
|
Reference in New Issue
Block a user