Explore >> Select a destination


You are here

rodusek.com
| | mklimenko.github.io
3.6 parsecs away

Travel
| | Every time I work with a C library, I miss the power and capability of the type system C++ provides. That's why I developed a simple C++17 header-only helper library to pack the multiple type-dependent C-style functions into single overload deduced at compile-time. No external libraries are required. Repo link: https://github.com/MKlimenko/plusifier. Currently, it's just the header and a compile-time test file, CMake integration coming soon.
| | mpark.github.io
2.4 parsecs away

Travel
| | Can we work around the limitations of non-type template parameters?
| | isocpp.org
4.1 parsecs away

Travel
| |
| | botondballo.wordpress.com
49.9 parsecs away

Travel
| Summary / TL;DR Project What's in it? Status C++17 See list Published! C++20 See below On track Library Fundamentals TS v2 source code information capture and various utilities Published! Parts of it merged into C++17 Concepts TS Constrained templates Merged into C++20 with some modifications Parallelism TS v2 Task blocks, library vector types and algorithms,...