Support -std=gnu++2a and similar standards // Issue #3653

This commit is contained in:
Ivan Kravets
2023-06-21 12:45:28 +03:00
parent 8b604c1a03
commit 326ebcf593

View File

@ -8,7 +8,12 @@
% "c++1y": "c++14",
% "c++1z": "c++17",
% "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):