There was an error while loading. Please reload this page.
1 parent dd996f5 commit cd09619Copy full SHA for cd09619
1 file changed
include/rfl/internal/enums/cpp20/range_defined.hpp
@@ -1,9 +1,9 @@
1
-#ifndef RFL_INTERNAL_ENUMS_RANGE_DEFINED_HPP_
2
-#define RFL_INTERNAL_ENUMS_RANGE_DEFINED_HPP_
+#ifndef RFL_INTERNAL_ENUMS_CPP20_RANGE_DEFINED_HPP_
+#define RFL_INTERNAL_ENUMS_CPP20_RANGE_DEFINED_HPP_
3
4
#include "../../../config.hpp"
5
6
-namespace rfl::internal::enums {
+namespace rfl::internal::enums::cpp20 {
7
8
template <class E>
9
concept range_defined = requires {
@@ -12,6 +12,6 @@ concept range_defined = requires {
12
{ config::enum_range<E>::max };
13
};
14
15
-} // namespace rfl::internal::enums
+} // namespace rfl::internal::enums::cpp20
16
17
#endif
0 commit comments