Skip to content

Commit 7f32e97

Browse files
authored
Merge pull request #216 from matbech/patch-1
Remove unnecessary static of not_matched
2 parents 2d31ccc + c04bfe4 commit 7f32e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ctre/return_type.hpp

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

2424
struct not_matched_tag_t { };
2525

26-
static constexpr inline auto not_matched = not_matched_tag_t{};
26+
constexpr inline auto not_matched = not_matched_tag_t{};
2727

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

0 commit comments

Comments
 (0)