Fix tests

This commit is contained in:
Franz Pöschel
2025-05-16 15:57:17 +02:00
parent 5b3d75e2db
commit 1c3ee2857b
5 changed files with 18 additions and 0 deletions

View File

@@ -86,6 +86,8 @@ void toml11_test_parse_failure(F fn, std::string in, toml::detail::context<TC> c
namespace toml
{
inline namespace TOML11_INLINE_VERSION_NAMESPACE
{
std::ostream& operator<<(std::ostream& os, const integer_format_info&);
std::ostream& operator<<(std::ostream& os, const floating_format_info&);
std::ostream& operator<<(std::ostream& os, const string_format_info&);
@@ -96,5 +98,6 @@ std::ostream& operator<<(std::ostream& os, const local_time_format_info&);
std::ostream& operator<<(std::ostream& os, const array_format_info&);
std::ostream& operator<<(std::ostream& os, const table_format_info&);
} // TOML11_INLINE_VERSION_NAMESPACE
} // toml
#endif// TOML11_TEST_UTILITY_HPP