mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
refactor: remove detail::(local|gm)time_s from fwd
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user