merge branch master into get-any-type

This commit is contained in:
ToruNiina
2019-03-16 15:58:18 +09:00
12 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_VALUE
#define TOML11_VALUE
#ifndef TOML11_VALUE_HPP
#define TOML11_VALUE_HPP
#include "traits.hpp"
#include "into.hpp"
#include "utility.hpp"