Skip to content

Commit 3d24243

Browse files
committed
nolint
1 parent aa1b238 commit 3d24243

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
@@ -1528,7 +1528,7 @@ class const_subarray : public array_types<T, D, ElementPtr, Layout> {
15281528
}
15291529

15301530
// public:
1531-
BOOST_MULTI_HD constexpr auto halved() const& -> const_subarray<T, D + 1, element_ptr> { return halved_aux_(); }
1531+
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

15331533
private:
15341534
#if defined(__clang__) && (__clang_major__ >= 16) && !defined(__INTEL_LLVM_COMPILER)

0 commit comments

Comments
 (0)