mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Support -std=gnu++2a and similar standards // Issue #3653
This commit is contained in:
@ -8,7 +8,12 @@
|
|||||||
% "c++1y": "c++14",
|
% "c++1y": "c++14",
|
||||||
% "c++1z": "c++17",
|
% "c++1z": "c++17",
|
||||||
% "c++2a": "c++20",
|
% "c++2a": "c++20",
|
||||||
% "c++2b": "c++23"
|
% "c++2b": "c++23",
|
||||||
|
% "gnu++0x": "gnu++11",
|
||||||
|
% "gnu++1y": "gnu++14",
|
||||||
|
% "gnu++1z": "gnu++17",
|
||||||
|
% "gnu++2a": "gnu++20",
|
||||||
|
% "gnu++2b": "gnu++23"
|
||||||
% }
|
% }
|
||||||
%
|
%
|
||||||
% def _escape(text):
|
% def _escape(text):
|
||||||
|
Reference in New Issue
Block a user