14 lines
413 B
C++
14 lines
413 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/version.hpp>
|
|
#include <boost/json.hpp>
|
|
#include <boost/json/src.hpp>
|