Merge branch 'master' into hotfix

This commit is contained in:
ToruNiina
2019-03-17 21:16:37 +09:00
26 changed files with 1332 additions and 627 deletions

View File

@@ -1,7 +1,7 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_DATETIME
#define TOML11_DATETIME
#ifndef TOML11_DATETIME_HPP
#define TOML11_DATETIME_HPP
#include <chrono>
#include <tuple>
#include <array>