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.
1 parent cce1c94 commit c04bfe4Copy full SHA for c04bfe4
include/ctre/return_type.hpp
@@ -21,7 +21,7 @@ constexpr bool is_random_accessible(...) { return false; }
21
22
struct not_matched_tag_t { };
23
24
-static constexpr inline auto not_matched = not_matched_tag_t{};
+constexpr inline auto not_matched = not_matched_tag_t{};
25
26
template <size_t Id, typename Name = void> struct captured_content {
27
template <typename Iterator> class storage {
0 commit comments