From 2e4d666eec1a372d4b64c527d6c4945ad98d2b58 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 21:19:57 -0400 Subject: Update clang-format configuration --- include/chilbert/detail/traits.hpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'include/chilbert/detail/traits.hpp') diff --git a/include/chilbert/detail/traits.hpp b/include/chilbert/detail/traits.hpp index 3e3f4d2..e6a2023 100644 --- a/include/chilbert/detail/traits.hpp +++ b/include/chilbert/detail/traits.hpp @@ -23,14 +23,13 @@ namespace chilbert { namespace detail { /// Member `value` is true iff T is a chilbert bitset -template -struct is_bitvec -{ - static constexpr bool value = false; +template +struct is_bitvec { + static constexpr bool value = false; }; /// True iff T is a chilbert bitset -template +template static constexpr bool is_bitvec_v = is_bitvec::value; } // namespace detail -- cgit v1.2.1