diff --git a/core/include/detray/utils/grid/detail/axis.hpp b/core/include/detray/utils/grid/detail/axis.hpp index 4f890b4b1e..e11dd1e307 100644 --- a/core/include/detray/utils/grid/detail/axis.hpp +++ b/core/include/detray/utils/grid/detail/axis.hpp @@ -31,9 +31,7 @@ namespace detray::axis { /// @brief Multi-bin: contains bin indices from multiple axes template -struct multi_bin : public dmulti_index { - constexpr multi_bin() = default; -}; +struct multi_bin : public dmulti_index {}; /// @brief Helper to tie two bin indices to a range. /// @note Cannot use dindex_range for signed integer bin indices.