/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

www.sandordargo.com
| | studiofreya.org
9.0 parsecs away

Travel
| | [AI summary] A C++11 variadic template example demonstrating perfect forwarding to wrap constructor calls for a structure.
| | www.kuniga.me
7.0 parsecs away

Travel
| | NP-Incompleteness:
| | www.cppstories.com
7.9 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!
| | theincredibleholk.org
24.4 parsecs away

Travel
| As I've written about before, one of the major features we're working on adding to Rust is to allow async functions in traits. Today we have support in nightly ...