diff --git a/include/ccmath/internal/support/floating_point_traits.hpp b/include/ccmath/internal/support/floating_point_traits.hpp index 1fd985b9..088af552 100644 --- a/include/ccmath/internal/support/floating_point_traits.hpp +++ b/include/ccmath/internal/support/floating_point_traits.hpp @@ -13,7 +13,7 @@ #include #include -namespace ccm::helpers +namespace ccm::support { template struct floating_point_traits; @@ -96,5 +96,5 @@ namespace ccm::helpers const auto bits = __builtin_bit_cast(uint_type, x); return bits & ~traits::shifted_sign_mask; } -} +} // namespace ccm::support