CaseyCarter / cmcstl2

An implementation of C++ Extensions for Ranges
Other
221 stars 68 forks source link

pulls C++20 names out of ext:: #335

Closed cjdb closed 4 years ago

cjdb commented 4 years ago

Most of the contents of P1035 were nested inside namespace __stl2::ext. Now that P1035 has been merged, this commit pulls those names out into __stl2 (except for istream_view, which will be done after NB comments).