2
0
mirror of https://github.com/boostorg/json.git synced 2026-02-10 23:42:19 +00:00
Files
json/test/standalone_with_boost.cpp
Dmitry Arkhipov 2e876dd250 Add BOOST_JSON_SOURCE_POS
Replaced usage of BOOST_CURRENT_LOCATION with BOOST_JSON_SOURCE_POS.
Using BOOST_CURRENT_LOCATION results in warnings (and could probably
lead to ODR violations) when Json is used standalone, but alongside
Boost.
2021-01-26 20:54:18 +03:00

13 lines
384 B
C++

//
// Copyright (c) 2021 Dmitry Arkhipov (grisumbras@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/boostorg/json
//
#include <boost/assert/source_location.hpp>
#include <boost/json.hpp>
#include <boost/json/src.hpp>