From 5d23f4b8a8d4ebb8b33223295a62b453551dccd0 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Thu, 27 Jun 2024 15:08:22 +0000 Subject: [PATCH] feat [skip ci]: update single_include --- single_include/toml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single_include/toml.hpp b/single_include/toml.hpp index 51038e0..2cb762a 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -3584,7 +3584,7 @@ struct has_specialized_into_impl template static std::false_type check(...); template)> - static std::true_type check(::toml::from*); + static std::true_type check(::toml::into*); };