]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/features/cxxstd-feature.jam
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / cxxstd-feature.jam
index 3d7ba8d8cc98213c377491d73d9967ef1c117787..4494ed30097ac0a4fe14bd0a1b19762eb2ab342b 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 2017 Rene Rivera
 # 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)
+# (See accompanying file LICENSE.txt or copy at
+# https://www.bfgroup.xyz/b2/LICENSE.txt)
 
 import feature ;
 
@@ -28,7 +28,7 @@ is supported.
 |# # end::doc[]
 
 feature.feature cxxstd
-    : 98 03 0x 11 1y 14 1z 17 2a 20 latest
+    : 98 03 0x 11 1y 14 1z 17 2a 20 2b 23 2c 26 latest
     : optional composite propagated ;
 
 #| tag::doc[]