We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d31ccc + c04bfe4 commit 7f32e97Copy full SHA for 7f32e97
include/ctre/return_type.hpp
@@ -23,7 +23,7 @@ constexpr bool is_reverse_iterator(...) { return false; }
23
24
struct not_matched_tag_t { };
25
26
-static constexpr inline auto not_matched = not_matched_tag_t{};
+constexpr inline auto not_matched = not_matched_tag_t{};
27
28
template <size_t Id, typename Name = void> struct captured_content {
29
template <typename Iterator> class storage {
0 commit comments