add c++20
This commit is contained in:
parent
11ff758c38
commit
6fedae386d
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ int main()
|
||||||
context.Result(ret)
|
context.Result(ret)
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
__cplusplus = {'14':'201402L', '17':'201703L'}
|
__cplusplus = {'14':'201402L', '17':'201703L', '20':'202002L'}
|
||||||
|
|
||||||
def supports_cxx_std (context, silent=False):
|
def supports_cxx_std (context, silent=False):
|
||||||
cplusplus_string = __cplusplus[env['CXX_STD']]
|
cplusplus_string = __cplusplus[env['CXX_STD']]
|
||||||
|
|
Loading…
Reference in a new issue