]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/example/x3/Jamfile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / Jamfile
index 1e8bb8f35c2f58e16bc6b7152cfba11f41595f40..f7da1217c6a21c78c328132974fb483f1d4e7793 100644 (file)
@@ -4,6 +4,8 @@
 #   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)
 #==============================================================================
+import config : requires ;
+
 project spirit-x3-example
     : requirements
         <include>.
@@ -62,4 +64,4 @@ exe x3_calc9 :
     calc/calc9/main.cpp
 ;
 
-exe x3_tuple : attributes/tuple.cpp ;
\ No newline at end of file
+exe x3_tuple : attributes/tuple.cpp : [ requires cxx17_structured_bindings ] ;