split datetime definition from toml.hpp

This commit is contained in:
ToruNiina
2017-04-21 12:56:39 +09:00
parent 7918894e6b
commit 337a671f0c
4 changed files with 257 additions and 46 deletions

View File

@@ -5,6 +5,7 @@ set(TEST_NAMES
test_from_toml
test_get
test_value_operator
test_datetime
)
add_definitions("-Wall -Wpedantic")