refactor: remove detail::(local|gm)time_s from fwd

This commit is contained in:
ToruNiina
2024-06-23 23:25:57 +09:00
parent 7af0e66c25
commit 3c09d3046c
3 changed files with 18 additions and 11 deletions

View File

@@ -17,6 +17,15 @@
#include <string_view>
#endif
namespace toml
{
namespace detail
{
std::tm localtime_s(const std::time_t* src);
std::tm gmtime_s(const std::time_t* src);
} // detail
} // toml
TEST_CASE("testing toml::find with toml type")
{
using value_type = toml::value;