#include "tests.h" #if TESTS_MANUAL_INSTANTIATIONS template void parse_expected_value(std::string_view, const int&) noexcept; template void parse_expected_value(std::string_view, const unsigned int&) noexcept; template void parse_expected_value(std::string_view, const bool&) noexcept; template void parse_expected_value(std::string_view, const float&) noexcept; template void parse_expected_value(std::string_view, const double&) noexcept; template void parse_expected_value(std::string_view, const toml::string_view&) noexcept; TOML_IMPL_START { template class formatter; } TOML_IMPL_END TOML_START { template class default_formatter; template std::ostream& operator<< (std::ostream&, const table&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const array&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const value&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const value&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const value&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const value&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const value&) TOML_MAY_THROW; template std::ostream& operator<< (std::ostream&, const value