CaseyCarter / cmcstl2

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

temporary_vector.hpp: C++20 removed std::get_temporary_buffer #352

Open StephanTLavavej opened 4 years ago

StephanTLavavej commented 4 years ago

https://github.com/CaseyCarter/cmcstl2/blob/b93cfc7cce4b146c27d6ba14f9b19b331d6efa05/include/stl2/detail/temporary_vector.hpp#L28 https://github.com/CaseyCarter/cmcstl2/blob/b93cfc7cce4b146c27d6ba14f9b19b331d6efa05/include/stl2/detail/temporary_vector.hpp#L43 https://github.com/CaseyCarter/cmcstl2/blob/b93cfc7cce4b146c27d6ba14f9b19b331d6efa05/include/stl2/detail/temporary_vector.hpp#L80

P0619R4 removed these functions in C++20.