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

@@ -25,6 +25,8 @@ void test_scan_failure(const toml::detail::scanner_base& s,
namespace toml
{
inline namespace TOML11_INLINE_VERSION_NAMESPACE
{
std::ostream& operator<<(std::ostream& os, const integer_format_info& fmt)
{
@@ -102,4 +104,5 @@ std::ostream& operator<<(std::ostream& os, const table_format_info& fmt)
return os;
}
} // TOML11_INLINE_VERSION_NAMESPACE
} // toml