2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Fix cxxstd-dialect value

This commit is contained in:
Peter Dimov
2017-10-30 02:42:52 +02:00
parent b062bf5eee
commit d7dd822101

View File

@@ -450,7 +450,7 @@ rule set-cxxstd-options ( targets * : sources * : properties * : action )
switch [ feature.get-values cxxstd-dialect : $(properties) ]
{
case gnu : cxxstd-dialect = gnu++ ;
case ansi : cxxstd-dialect = c++ ;
case iso : cxxstd-dialect = c++ ;
}
local option ;
if $(cxxstd) = latest