]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/hana/test/Jamfile.v2
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / hana / test / Jamfile.v2
index 4f68cc2863479e34e63b9fa6ea17fc855d8be610..cc66d79bcaa9ebe7e5d84cf469197772cef0433d 100644 (file)
@@ -2,6 +2,7 @@
 # Distributed under the Boost Software License, Version 1.0.
 # (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
 
+import config : requires ;
 import testing ;
 import regex ;
 
@@ -15,6 +16,12 @@ rule hana-all-tests {
     local toolset =
         <toolset>clang:<cxxflags>"-std=c++1y -pedantic -Wall -Wextra"
         <toolset>darwin:<cxxflags>"-std=c++1y -pedantic -Wall -Wextra"
+        [ requires
+            cxx14_constexpr
+            cxx14_decltype_auto
+            cxx14_generic_lambdas
+            cxx14_return_type_deduction
+        ]
     ;
 
     local result ;