mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-26 23:21:11 +00:00
[libc++][NFC] Add comment in test to explain the presence of some assertions
This commit is contained in:
parent
6a075a9d5d
commit
f502b981b4
@ -50,6 +50,7 @@ static_assert(!std::ranges::__simple_view<NoConstView>);
|
||||
static_assert( std::ranges::__simple_view<DifferentSentinel>);
|
||||
static_assert(!std::ranges::__simple_view<WrongConstSentinel>);
|
||||
|
||||
// To make sure __simple_view and the test version of the concept stay in sync.
|
||||
static_assert(simple_view<SimpleView>);
|
||||
static_assert(!simple_view<WrongConstView>);
|
||||
static_assert(!simple_view<NoConstView>);
|
||||
|
Loading…
Reference in New Issue
Block a user