58:48 on the topic of customization points, note that since C++20 the STL designers tried to shy away from this customization point mechanism (mainly to avoid the 2 step approach), and so, for example std::ranges::swap(x,y) can be called directly, without the 2-step. More on that in kzbin.info/www/bejne/ipDFmp2FdpadqtU
@eugnsp2 күн бұрын
The way they did it is a clear failure. It's an unimaginable crutch in the standard.