//# This file is a part of toml++ and is subject to the the terms of the MIT license. //# Copyright (c) 2019-2020 Mark Gillard //# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text. // SPDX-License-Identifier: MIT #pragma once //# {{ #include "toml_preprocessor.h" #if !TOML_IMPLEMENTATION #error This is an implementation-only header. #endif #if TOML_ALL_INLINE #error This header cannot not be included when TOML_ALL_INLINE is enabled. #endif //# }} TOML_PUSH_WARNINGS TOML_DISABLE_ALL_WARNINGS #include #include #include TOML_POP_WARNINGS #include "toml_node_view.h" #include "toml_default_formatter.h" #include "toml_json_formatter.h" namespace toml { // value<> template class TOML_API value; template class TOML_API value; template class TOML_API value; template class TOML_API value; template class TOML_API value; template class TOML_API value