Skip to content

Commit 768f125

Browse files
committed
Finish removing _fast and _least
Stray entries remained in the keywords list
1 parent ab3670a commit 768f125

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.2.1 Build 8429:1203
2+
cppfront compiler v0.2.1 Build 8429:1224
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/lex.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,6 @@ auto lex_line(
976976
auto peek_is_cpp2_fundamental_type_keyword = [&]
977977
{
978978
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|"
981979
"^i8|^i16|^i32|^i64|^u8|^u16|^u32|^u64"
982980
);
983981

0 commit comments

Comments
 (0)