aboutsummaryrefslogtreecommitdiff
path: root/src/toml11/toml/into.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/toml11/toml/into.hpp')
-rw-r--r--src/toml11/toml/into.hpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/toml11/toml/into.hpp b/src/toml11/toml/into.hpp
deleted file mode 100644
index 74495560e..000000000
--- a/src/toml11/toml/into.hpp
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright Toru Niina 2019.
-// Distributed under the MIT License.
-#ifndef TOML11_INTO_HPP
-#define TOML11_INTO_HPP
-
-namespace toml
-{
-
-template<typename T>
-struct into;
-// {
-// static toml::value into_toml(const T& user_defined_type)
-// {
-// // User-defined conversions ...
-// }
-// };
-
-} // toml
-#endif // TOML11_INTO_HPP