This commit is contained in:
2025-07-11 14:35:06 +08:00
parent bbb9bcace4
commit 2b37192fdb
67 changed files with 18070 additions and 4 deletions

10
src/toml11/datetime.hpp Normal file
View File

@@ -0,0 +1,10 @@
#ifndef TOML11_DATETIME_HPP
#define TOML11_DATETIME_HPP
#include "fwd/datetime_fwd.hpp" // IWYU pragma: export
#if ! defined(TOML11_COMPILE_SOURCES)
#include "impl/datetime_impl.hpp" // IWYU pragma: export
#endif
#endif // TOML11_DATETIME_HPP