DAW JSON Link
version.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
13#if not defined( DAW_JSON_VER_OVERRIDE )
14#define DAW_JSON_VER v3_0_0_beta
15#else
16#define DAW_JSON_VER DAW_JSON_VER_OVERRIDE
17#endif
18
19#if defined( __GNUC__ ) and not defined( __clang__ ) and \
20 not defined( DAW_JSON_FLATTEN ) and not defined( DAW_NO_FLATTEN )
21#define DAW_NO_FLATTEN
22#endif