From db99017e996eed7e7d2eb67fe5f127d15cf139d1 Mon Sep 17 00:00:00 2001 From: Evan <115374841+evanwporter@users.noreply.github.com> Date: Sun, 30 Mar 2025 09:44:31 -0700 Subject: [PATCH] Update traits.hpp --- include/toml11/traits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/toml11/traits.hpp b/include/toml11/traits.hpp index 11575f4..27ef1d4 100644 --- a/include/toml11/traits.hpp +++ b/include/toml11/traits.hpp @@ -167,8 +167,8 @@ template using is_std_tuple = is_std_tuple_impl>; template struct is_unordered_set_impl : std::false_type {}; -template -struct is_unordered_set_impl> : std::true_type {}; +template +struct is_unordered_set_impl> : std::true_type {}; template using is_unordered_set = is_unordered_set_impl>;