mirror of
https://github.com/cwbaker/lalr.git
synced 2026-09-26 16:33:18 +03:00
Bump standard to c++14 for std::make_unique()
This commit is contained in:
parent
3c810e1a74
commit
6b4285bc78
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue