User profile: TheIdeasMan

User info
User name:TheIdeasMan
History
Joined:Jun 23, 2012 at 10:02am
Number of posts:6847
Latest posts:

Trade space for time
Well hopefully the compiler vendors will implement it in their optimisers some time soon.

Trade space for time
I found this interesting: https://www.youtube.com/watch?v=8JuWdXrCmWg

C++ developments
Also, 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...