File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2925,7 +2925,7 @@ constexpr bool is_reverse_iterator(...) { return false; }
29252925
29262926struct 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
29302930template <size_t Id, typename Name = void> struct captured_content {
29312931 template <typename Iterator> class storage {
Original file line number Diff line number Diff line change @@ -2922,7 +2922,7 @@ constexpr bool is_reverse_iterator(...) { return false; }
29222922
29232923struct 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
29272927template <size_t Id, typename Name = void > struct captured_content {
29282928 template <typename Iterator> class storage {
You can’t perform that action at this time.
0 commit comments