]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/example/x3/rexpr/rexpr_full/Jamfile
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / spirit / example / x3 / rexpr / rexpr_full / Jamfile
index cc91462f487fd19afdecef32441bd2bc0b02b244..c0c86ea18d1dd28009a5f9a6a7e4e728cc99b6ac 100644 (file)
@@ -7,13 +7,10 @@
 
 project spirit-x3-example-rexpr
    : requirements
+      <c++-template-depth>512
       <toolset>gcc:<cxxflags>-std=c++14
-      <toolset>gcc:<cxxflags>-ftemplate-depth-512
       <toolset>clang:<cxxflags>-std=c++1y
-      <toolset>clang:<cxxflags>-ftemplate-depth-512
       <toolset>darwin:<cxxflags>-std=c++14
-      <toolset>darwin:<cxxflags>-ftemplate-depth-512
-      <toolset>darwin:<cxxflags>-ftemplate-depth-512
       <use>/boost//headers
       <include>.
    ;