We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_fast
_least
1 parent ab3670a commit 768f125Copy full SHA for 768f125
regression-tests/test-results/version
@@ -1,5 +1,5 @@
1
2
-cppfront compiler v0.2.1 Build 8429:1203
+cppfront compiler v0.2.1 Build 8429:1224
3
Copyright(c) Herb Sutter All rights reserved
4
5
SPDX-License-Identifier: CC-BY-NC-ND-4.0
source/lex.h
@@ -976,8 +976,6 @@ auto lex_line(
976
auto peek_is_cpp2_fundamental_type_keyword = [&]
977
{
978
const auto keys = std::regex(
979
- "^i8_fast|^i16_fast|^i32_fast|^i64_fast|^u8_fast|^u16_fast|^u32_fast|^u64_fast|"
980
- "^i8_least|^i16_least|^i32_least|^i64_least|^u8_least|^u16_least|^u32_least|^u64_least|"
981
"^i8|^i16|^i32|^i64|^u8|^u16|^u32|^u64"
982
);
983
0 commit comments