|
You are here |
usingstdcpp.org | ||
| | | | |
www.think-cell.com
|
|
| | | | | [AI summary] The blog post discusses techniques for implementing compile-time size calculations for range adaptors in C++ using think-cell's library, focusing on forwarding size properties and avoiding code duplication. | |
| | | | |
quuxplusone.github.io
|
|
| | | | | In C++, there's often multiple ways to refer to the same entity: aliases, inherited names, injected names, names that differ in qualification... Usually, if an entity has multiple names, which one you use won't matter: you can use any of those synonymous names and the compiler won't care. But each entity always has a uniquely "truest" name, privileged above all the other ways to refer to it. In some situations, in order to do a thing with an entity, you do actually need to call it by its "true name." Here is a (non-exhaustive) list of such situations. | |
| | | | |
herbsutter.com
|
|
| | | | | [Edited to add C++20 schedule at end] On Saturday March 17, the ISO C++ committee completed its winter meeting in Jacksonville, Florida, USA, hosted with thanks by the Standard C++ Foundation and Perennial. We had some 140 people at the meeting, representing 8 national bodies. As usual, we met for six days Monday through Saturday,... | |
| | | | |
markodenic.com
|
|
| | | Free programming books, algorithms, public APIs, and much more. | ||