mirror of
https://github.com/boostorg/json.git
synced 2026-02-10 23:42:19 +00:00
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.
13 lines
384 B
C++
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>
|