Stephan T. Lavavej

Results 357 comments of Stephan T. Lavavej

Please note that cplusplus.com is widely regarded as low-quality, versus cppreference.com which is widely preferred. (Compare https://cplusplus.com/reference/iomanip/put_time/ to https://en.cppreference.com/w/cpp/io/manip/put_time .) However, even cppreference is unofficial (a community-edited wiki) and occasionally...

We need to figure out what the Standards say we must/can do. Judgement calls can be a factor when deciding what to do within the bounds of what the Standards...

Dynamically allocated proxy objects are a bane, and we should avoid adding any more. There's no point in container-internal proxy objects - their whole purpose is to allow iterators to...

@barcharcraz and I talked about this at the weekly maintainer meeting. The fact that the Majestic Three implementations all reject this code, and the fact that it seems super pathological/useless...

Yeah, that looks more like a bug to me, since MSVC is alone there (with the nitpicks that a "do nothing" comparator really ought to return `false`, and that it's...

Yeah, these were implemented on 2023-04-17 by internal MSVC-PR-456118 "Add overflow detection functions for addition, subtraction and multiplication on x86 and x64". We'd eventually want to move them to `intrin0.inl.h`...

Marking as blocked until the MSVC-PR has a clean setup build.

:ghost: :lady_beetle: :ghost: ===

> is there even a suggested way to work around this If you have a wrapper struct where the `expected` is a data member, that should insulate the `vector` from...