boost: support variant cxxstd=20 (#39769)
This commit is contained in:
parent
818c9aeb5a
commit
aa9eb33108
1 changed files with 1 additions and 0 deletions
|
@ -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.",
|
||||
|
|
Loading…
Reference in a new issue