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>;