Skip to content

Commit

Permalink
[libc++] Define namespace views in its own detail header.
Browse files Browse the repository at this point in the history
Discovered in the comments on D118748: we would like this namespace
to exist anytime Ranges exists, regardless of whether concepts syntax
is supported. Also, we'd like to fully granularize the <ranges> header,
which means not putting any loose declarations at the top level.

Differential Revision: https://reviews.llvm.org/D118809

(cherry picked from commit 44cdca3)
  • Loading branch information
Quuxplusone authored and tarunprabhu committed Apr 4, 2023
1 parent 077a748 commit b310589
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 259 deletions.
141 changes: 0 additions & 141 deletions libcxx/test/libcxx/containers/views/span.cons/range.pass.cpp

This file was deleted.

118 changes: 0 additions & 118 deletions libcxx/test/libcxx/containers/views/span.cons/range.verify.cpp

This file was deleted.

0 comments on commit b310589

Please sign in to comment.