Merge branch 'master' into find-idx

This commit is contained in:
ToruNiina
2019-10-07 11:11:08 +09:00
3 changed files with 102 additions and 4 deletions

View File

@@ -256,7 +256,7 @@ get(const basic_value<C, M, V>&);
// toml::from<T>::from_toml(v)
template<typename T, typename C,
template<typename ...> class M, template<typename ...> class V,
std::size_t S = sizeof(::toml::into<T>)>
std::size_t S = sizeof(::toml::from<T>)>
T get(const basic_value<C, M, V>&);
// ============================================================================