//# This file is a part of toml++ and is subject to the the terms of the MIT license. //# Copyright (c) Mark Gillard //# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text. // SPDX-License-Identifier: MIT #pragma once //# {{ #include "preprocessor.h" #if !TOML_IMPLEMENTATION #error This is an implementation-only header. #endif //# }} #if TOML_EXTERN_TEMPLATES #include "value.h" #include "date_time.h" #include "header_start.h" TOML_NAMESPACE_START { template class value; template class value; template class value; template class value; template class value; template class value