Skip to content

Commit f6f760a

Browse files
committed
small diff
1 parent 894a961 commit f6f760a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/boost/multi/array_ref.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ struct array_types : private Layout { // cppcheck-suppress syntaxError ; false
389389

390390
template<
391391
class ArrayTypes,
392-
typename = std::enable_if_t<!std::is_base_of<array_types, std::decay_t<ArrayTypes>>{}>,
392+
typename = std::enable_if_t<!std::is_base_of<array_types, std::decay_t<ArrayTypes>>{}>,
393393
decltype(multi::detail::implicit_cast<element_ptr>(std::declval<ArrayTypes const&>().base_))* = nullptr>
394394
// cppcheck-suppress noExplicitConstructor ; because underlying pointers are implicitly convertible
395395
BOOST_MULTI_HD constexpr /*implt*/ array_types(ArrayTypes const& other) // NOLINT(google-explicit-constructor,hicpp-explicit-conversions,cppcoreguidelines-explicit-constructor,misc-explicit-constructor) : inherit behavior of underlying pointer

0 commit comments

Comments
 (0)