boost: support variant cxxstd=20 (#39769)

This commit is contained in:
Wouter Deconinck 2023-09-05 07:45:12 -05:00 committed by GitHub
parent 818c9aeb5a
commit aa9eb33108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,6 +178,7 @@ def libs(self):
conditional("17", when="@1.63.0:"),
# C++20/2a is not support by Boost < 1.73.0
conditional("2a", when="@1.73.0:"),
conditional("20", when="@1.77.0:"),
),
multi=False,
description="Use the specified C++ standard when building.",