Timeline
- 23 Apr Path conflict detection in C++ using a trie-based algorithm
- 24 Mar A Constexpr-Compatible Algorithm for std::tuple - Part 2: tuple_find
- 26 Feb Constexpr-Compatible Function for std::tuple - Part 1: tuple_for_each
- 21 Feb NTTP Builder Strategy – constexpr Conversion of 'vector to array'
- 04 Feb Staging Strategy (CTSS): constexpr Conversion of 'int to string_view'
- 31 Jan Compile-Time Programming: New Possibilities with C++20 and C++23
- 27 Jan Understanding the 'Static Initialization Order Fiasco' in C++
- 27 Jan 'if consteval' in C++: A Better Alternative to is_constant_evaluated