Skip to content

Commit cd09619

Browse files
Updated range_defined
1 parent dd996f5 commit cd09619

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#ifndef RFL_INTERNAL_ENUMS_RANGE_DEFINED_HPP_
2-
#define RFL_INTERNAL_ENUMS_RANGE_DEFINED_HPP_
1+
#ifndef RFL_INTERNAL_ENUMS_CPP20_RANGE_DEFINED_HPP_
2+
#define RFL_INTERNAL_ENUMS_CPP20_RANGE_DEFINED_HPP_
33

44
#include "../../../config.hpp"
55

6-
namespace rfl::internal::enums {
6+
namespace rfl::internal::enums::cpp20 {
77

88
template <class E>
99
concept range_defined = requires {
@@ -12,6 +12,6 @@ concept range_defined = requires {
1212
{ config::enum_range<E>::max };
1313
};
1414

15-
} // namespace rfl::internal::enums
15+
} // namespace rfl::internal::enums::cpp20
1616

1717
#endif

0 commit comments

Comments
 (0)