Skip to content

Commit c98bbd2

Browse files
committed
Rename namespace
1 parent 402bb03 commit c98bbd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/hatn/validator/config.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Distributed under the Boost Software License, Version 1.0.
2121

2222
#include <boost/hana.hpp>
2323

24-
#define HATN_VALIDATOR_NAMESPACE_BEGIN namespace hatn { namespace validator {
24+
#define HATN_VALIDATOR_NAMESPACE_BEGIN namespace hatn { namespace vld {
2525
#define HATN_VALIDATOR_NAMESPACE_END }}
2626

2727
HATN_VALIDATOR_NAMESPACE_BEGIN
@@ -30,9 +30,9 @@ namespace hana=boost::hana;
3030

3131
HATN_VALIDATOR_NAMESPACE_END
3232

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
3636

3737
#if __cplusplus >= 201703L
3838
#define HATN_VALIDATOR_INLINE_LAMBDA inline

0 commit comments

Comments
 (0)