DAW JSON Link
namespace.h
Go to the documentation of this file.
1 // Copyright (c) Darrell Wright
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)
5 //
6 // Official repository: https://github.com/beached/daw_json_link
7 //
8 
9 #pragma once
10 
11 #define NS_DAW_JSON_VER v3_0_0
12 #define DAW_JSON_NS daw::json::NS_DAW_JSON_VER
13 
14 namespace daw::json {
15  namespace NS_DAW_JSON_VER {}
16  using namespace ::DAW_JSON_NS;
17 } // namespace daw::json
#define DAW_JSON_NS
Definition: namespace.h:12
#define NS_DAW_JSON_VER
Definition: namespace.h:11
Definition: namespace.h:14