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

@@ -19,11 +19,14 @@
namespace toml
{
inline namespace TOML11_INLINE_VERSION_NAMESPACE
{
namespace detail
{
std::tm localtime_s(const std::time_t* src);
std::tm gmtime_s(const std::time_t* src);
} // detail
} // TOML11_INLINE_VERSION_NAMESPACE
} // toml
TEST_CASE("testing toml::find with toml type")