/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mariusbancila.ro
| | www.cppstories.com
6.7 parsecs away

Travel
| | For C++17 everyone wanted to have concepts, and as you know, we didn't get them. But does it mean C++17 doesn't improve templates/template meta-programming? Far from that! In my opinion, we get excellent features. Read more for details. Intro Do you work a lot with templates and meta-programming? With C++17 we get a few nice improvements: some are quite small, but also there are notable features as well!
| | timur.audio
1.7 parsecs away

Travel
| | [AI summary] The article explains the concept, syntax, and benefits of contract assertions, a new feature proposed for the C++26 standard to improve code safety and debugging.
| | www.think-cell.com
5.9 parsecs away

Travel
| | [AI summary] This post explores a C++ idiom using static constexpr and std::integral_constant to provide compile-time size information for std::array.
| | playfulprogramming.blogspot.com
33.9 parsecs away

Travel
| The performance of std::visit came up in a discussion, and my first thought was that from reading generated assembly code, it's a jump tabl...