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_GET
#define TOML11_GET
#ifndef TOML11_GET_HPP
#define TOML11_GET_HPP
#include "from.hpp"
#include "result.hpp"
#include "value.hpp"