You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To allow manual specification of the language standard, working around
the limitations of the GUI's own option, modify the template so that we
have C options in the target level, and C++ files get different C++
options. This means whatever language options are specified in the
profile can now be passed directly as "misc control"s, and this
overrides anything the GUI adds, as it comes later in the command line.
'c++03': 5, 'gnu++03': 2, # UVision 5.27.1.0 does not support gnu++03 - fall back to gnu++98
313
-
'c++11': 3, 'gnu++11': 4,
314
-
'c++14': 6, 'gnu++14': 4, # UVision 5.27.1.0 does not support gnu++14 - should be able to get it as compiler default, but that doesn't work as documented and requests gnu++98. So fall back to gnu++11
315
-
'c++17': 6, 'gnu++17': 4, # UVision 5.27.1.0 does not support c++17/gnu++17 - fall back to c++14/gnu++11
0 commit comments