Logo

Blog


MONTH: October 2023

C++ Insights

C++ Insights Episode 43: A copy constructor cannot be a template

I published a new C++ insights episode: A copy constructor cannot be a template. [...]
Conference

CppNorth 2023 recording of my talk "C++ Feature Coroutines, Beginner Friendly" is available

I'm pleased to announce that the recording of my talk at CppNorth C++ Feature Coroutines, Beginner Friendly of my presentation is available YouTube: [...]
C++

Using C++23s constexpr unique_ptr

Back in 2022, my paper P2273R3: Making std::unique_ptr constexpr was accepted for C++23. All the time, I planned to provide an implementation for libc++ but never found the time. [...]
C++ Insights

C++ Insights now uses Clang 17

Today, I managed to switch C++ Insights to Clang 17! [...]