Files
toml11/src/context.cpp
2025-05-16 15:03:29 +02:00

20 lines
450 B
C++

#include <toml11/context.hpp>
#include <toml11/types.hpp>
#include <toml11/version.hpp>
#if ! defined(TOML11_COMPILE_SOURCES)
#error "Define `TOML11_COMPILE_SOURCES` before compiling source code!"
#endif
namespace toml
{
inline namespace TOML11_INLINE_VERSION_NAMESPACE
{
namespace detail
{
template class context<::toml::type_config>;
template class context<::toml::ordered_type_config>;
} // detail
} // TOML11_INLINE_VERSION_NAMESPACE
} // toml