CaseyCarter / cmcstl2

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

temporary_vector: temporary_buffer::size_ is inaccessible #285

Closed CaseyCarter closed 5 years ago

CaseyCarter commented 5 years ago

Also, rename _clear to something less offensive while I'm here.

xiangfan-ms commented 5 years ago

Similar issue in include\stl2\detail\algorithm\stable_sort.hpp:

if (!buf.size_) {