forked from OSchip/llvm-project
[libc++][NFC] Fix incorrect synopsis in transform_view test
This commit is contained in:
parent
4943cda398
commit
ee8e81b40e
|
@ -10,7 +10,8 @@
|
|||
// UNSUPPORTED: libcpp-no-concepts
|
||||
// UNSUPPORTED: libcpp-has-no-incomplete-ranges
|
||||
|
||||
// transform_view::<iterator>::operator[]
|
||||
// friend constexpr decltype(auto) iter_move(const iterator& i)
|
||||
// noexcept(noexcept(invoke(i.parent_->fun_, *i.current_)))
|
||||
|
||||
#include <ranges>
|
||||
|
||||
|
|
Loading…
Reference in New Issue