]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/tools/cray.jam
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / tools / build / src / tools / cray.jam
index 107b3dbbc5eba1b43f1a57b2179777c38b9e6f4f..d586af3af4b74c0926c390323aad7418b89759e8 100644 (file)
@@ -707,7 +707,7 @@ rule set-cxxstd-procedure ( targets * : sources * : properties * )
     local cxxstd = [ feature.get-values cxxstd : $(properties) ] ;
     local cray-cxxstd = ;
 
-    local unsupported-values = 2a ; # I don't know what '2a' means.
+    local unsupported-values = 2a 20 ; # I don't know what '2a' means.
     if $(cxxstd) && $(cxxstd) in $(unsupported-values)
     {