[libcxx-commits] [libcxx] [libc++] LWG4012: common_view::begin/end are missing the simple-view check (PR #153674)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 19 10:50:35 PDT 2025
================
@@ -14,10 +14,10 @@
#include "test_iterators.h"
struct DefaultConstructibleView : std::ranges::view_base {
- int* begin_ = nullptr;
- int* end_ = nullptr;
+ int* begin_ = nullptr;
+ int* end_ = nullptr;
----------------
H-G-Hristov wrote:
Applying formatting changes to unrelated code is usually frowned upon and required to be reverted as it detracts from the relevant stuff. If you want to reformat a test, please do it in a separate commit/PR.
https://github.com/llvm/llvm-project/pull/153674
More information about the libcxx-commits
mailing list