diff options
Diffstat (limited to 'libraries/toml11/include/toml/from.hpp')
-rw-r--r-- | libraries/toml11/include/toml/from.hpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libraries/toml11/include/toml/from.hpp b/libraries/toml11/include/toml/from.hpp deleted file mode 100644 index 8251973a..00000000 --- a/libraries/toml11/include/toml/from.hpp +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright Toru Niina 2019. -// Distributed under the MIT License. -#ifndef TOML11_FROM_HPP -#define TOML11_FROM_HPP -#include "traits.hpp" - -namespace toml -{ - -template<typename T> -struct from; -// { -// static T from_toml(const toml::value& v) -// { -// // User-defined conversions ... -// } -// }; - -} // toml -#endif // TOML11_FROM_HPP |