Trade space for timeWell hopefully the compiler vendors will implement it in their optimisers some time soon.
Trade space for timeI found this interesting: https://www.youtube.com/watch?v=8JuWdXrCmWg
C++ developmentsAlso, tuples can be concatenated, so I guess one could go with the idea of: this tuple plus some com...
C++ developments[quote=zapshe]There's always workarounds, but nothing beats just returning an array containing all t...
discussion on std::ranges::iterator_t<T> being distinct from T::iterator (and same for begin)[quote=Xaxazak]I recently spent an hour or so on a bug that came down to std::ranges::const_iterator...