Skip to content

Commit 5a2283b

Browse files
author
Hana Dusíková
committed
remove intentional (and forget) typo
1 parent e34fba9 commit 5a2283b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/range.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ int main() {
1616
#endif
1717

1818
#if __cpp_nontype_template_parameter_class
19-
std::cout << std::string_view(match.get<"firs2t">()) << "\n";
19+
std::cout << std::string_view(match.get<"first">()) << "\n";
2020
#else
2121
std::cout << std::string_view(match.get<1>()) << "\n";
2222
#endif

0 commit comments

Comments
 (0)