Skip to content

Commit 8dd3746

Browse files
alfCcorreaa
authored andcommitted
remove redundant private
1 parent 5e00fc9 commit 8dd3746

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
@@ -1530,7 +1530,7 @@ class const_subarray : public array_types<T, D, ElementPtr, Layout> {
15301530
// public:
15311531
BOOST_MULTI_HD constexpr auto halved() const& -> const_subarray<T, D + 1, element_ptr> { return halved_aux_(); } // NOLINT(readability-identifier-naming) TODO(correaa) remove
15321532

1533-
private:
1533+
// private:
15341534
#if defined(__clang__) && (__clang_major__ >= 16) && !defined(__INTEL_LLVM_COMPILER)
15351535
#pragma clang diagnostic push
15361536
#pragma clang diagnostic ignored "-Wunsafe-buffer-usage"

0 commit comments

Comments
 (0)