diff --git a/forge.lua b/forge.lua index f2a4396..6fe0459 100644 --- a/forge.lua +++ b/forge.lua @@ -41,7 +41,7 @@ local cc = forge.Toolset 'cc_${platform}' { runtime_library = variant == 'debug' and 'static_debug' or 'static_release'; run_time_type_info = true; stack_size = 1048576; - standard = 'c++11'; + standard = 'c++14'; string_pooling = variant == 'shipping'; strip = false; warning_level = 3;