File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Distributed under the Boost Software License, Version 1.0.
21
21
22
22
#include < boost/hana.hpp>
23
23
24
- #define HATN_VALIDATOR_NAMESPACE_BEGIN namespace hatn { namespace validator {
24
+ #define HATN_VALIDATOR_NAMESPACE_BEGIN namespace hatn { namespace vld {
25
25
#define HATN_VALIDATOR_NAMESPACE_END }}
26
26
27
27
HATN_VALIDATOR_NAMESPACE_BEGIN
@@ -30,9 +30,9 @@ namespace hana=boost::hana;
30
30
31
31
HATN_VALIDATOR_NAMESPACE_END
32
32
33
- #define HATN_VALIDATOR_NAMESPACE hatn::validator
34
- #define HATN_VALIDATOR_USING using namespace hatn ::validator ;
35
- #define HATN_VALIDATOR_NS validator
33
+ #define HATN_VALIDATOR_NAMESPACE hatn::vld
34
+ #define HATN_VALIDATOR_USING using namespace hatn ::vld ;
35
+ #define HATN_VALIDATOR_NS vld
36
36
37
37
#if __cplusplus >= 201703L
38
38
#define HATN_VALIDATOR_INLINE_LAMBDA inline
You can’t perform that action at this time.
0 commit comments