From 524ce68d5efc57491d0edb2aafbe405c6a0de193 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 10 Mar 2022 21:20:47 -0600 Subject: [PATCH] Add future C++ versions. fixes #135 --- src/tools/features/cxxstd-feature.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/features/cxxstd-feature.jam b/src/tools/features/cxxstd-feature.jam index e01115859..4494ed300 100644 --- a/src/tools/features/cxxstd-feature.jam +++ b/src/tools/features/cxxstd-feature.jam @@ -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[]