From 3a0a35aa4ecc6a12eac8f0253b6a972b9e9d2bf9 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Mon, 27 Jan 2025 15:08:34 +0000 Subject: [PATCH] feat [skip ci]: update single_include --- single_include/toml.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/single_include/toml.hpp b/single_include/toml.hpp index 2658c2e..504ff9e 100644 --- a/single_include/toml.hpp +++ b/single_include/toml.hpp @@ -3869,7 +3869,7 @@ struct bad_result_access final : public ::toml::exception template struct success { - static_assert( ! std::is_same::value, ""); + static_assert( ! std::is_void::value, ""); using value_type = T; @@ -3903,7 +3903,7 @@ struct success template struct success> { - static_assert( ! std::is_same::value, ""); + static_assert( ! std::is_void::value, ""); using value_type = T;