[libcxx-commits] [PATCH] D115766: [libc++] [test] Simplify (sized_)sentinel_wrapper; use it in more places.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Dec 19 07:59:27 PST 2021
Quuxplusone marked an inline comment as done.
Quuxplusone added inline comments.
================
Comment at: libcxx/test/std/ranges/range.adaptors/range.take/sentinel/ctor.pass.cpp:22
#include "test_macros.h"
#include "test_iterators.h"
#include "../types.h"
----------------
ldionne wrote:
> Same here, please keep for the other NFC refactoring patch.
The NFC refactoring patch is now D116002.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115766/new/
https://reviews.llvm.org/D115766
More information about the libcxx-commits
mailing list