Skip to content

Commit f1e91de

Browse files
author
Hana Dusíková
committed
update single-header ctre.hpp and ctre-unicode.hpp as the change was missing in them in the PR which was merged in previous commit
1 parent 7f32e97 commit f1e91de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

single-header/ctre-unicode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2925,7 +2925,7 @@ constexpr bool is_reverse_iterator(...) { return false; }
29252925

29262926
struct not_matched_tag_t { };
29272927

2928-
static constexpr inline auto not_matched = not_matched_tag_t{};
2928+
constexpr inline auto not_matched = not_matched_tag_t{};
29292929

29302930
template <size_t Id, typename Name = void> struct captured_content {
29312931
template <typename Iterator> class storage {

single-header/ctre.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2922,7 +2922,7 @@ constexpr bool is_reverse_iterator(...) { return false; }
29222922

29232923
struct not_matched_tag_t { };
29242924

2925-
static constexpr inline auto not_matched = not_matched_tag_t{};
2925+
constexpr inline auto not_matched = not_matched_tag_t{};
29262926

29272927
template <size_t Id, typename Name = void> struct captured_content {
29282928
template <typename Iterator> class storage {

0 commit comments

Comments
 (0)