c++20 38
- What's so hard about class types as non-type template parameters? Aug 15, 2024
- What's so hard about
constexpr
allocation? Jul 24, 2024 - Mutating through a filter Apr 25, 2023
- Prefer
views::meow
Mar 14, 2023 - Getting in trouble with mixed construction Jan 18, 2023
- Assignment for
optional<T>
May 24, 2022 - Projections are Function Adaptors Feb 13, 2022
-
T*
makes for a poor optional<T&>
Dec 13, 2021 - Conditional Members Nov 21, 2021
- Coercing deep const-ness Sep 10, 2021
- Counting in Iteration Models Jul 26, 2021
- Ambiguity in template parameters May 12, 2021
- C++20 Range Adaptors and Range Factories Feb 28, 2021
- Niebloids and Customization Point Objects Dec 19, 2020
- Why tag_invoke is not the solution I want Dec 1, 2020
- Implementing a better views::split Jul 6, 2020
- Implementing span's comparisons Mar 30, 2020
- Why were abbrev. lambdas rejected? Jan 15, 2020
- Named Template Arguments Dec 2, 2019
- Declaratively implementing Function Objects Sep 23, 2019
- UFCS: Customization and Extension Aug 22, 2019
- Comparisons in C++20 Jul 28, 2019
- Concept template parameters 2 Mar 24, 2019
- if constexpr isn't broken Jan 15, 2019
- Concept template parameters Jan 9, 2019
- Unconditionally implementing spaceship Dec 27, 2018
- Conditionally implementing spaceship Dec 21, 2018
- span: the best span Dec 3, 2018
- Improvements to
<=>
Nov 12, 2018 - Declarations using Concepts Oct 20, 2018
- Higher Order Fun Sep 23, 2018
-
optional<T&>
- Yes, we need it Jul 16, 2018 - Should Span Be Regular May 17, 2018
- Non-Ownership and Generic Programming and Regular types, oh my! May 10, 2018
- optional<T> in a possible C++20 future Feb 25, 2018
- Chaining Comparisons: Seeking Information from the Audience Jan 8, 2018
- Implementing the spaceship operator for optional Nov 16, 2017
- Things you can almost, mostly, do with Concepts Apr 14, 2017