std::simd "Hello World" on Compiler Explorer:
https://compiler-explorer.com/z/nTK4xc96f
std::simd "Hello World" on Compiler Explorer:
https://compiler-explorer.com/z/nTK4xc96f
The first part of std::simd just landed in #GCC 16: https://forge.sourceware.org/gcc/gcc-mirror/commit/8be0893fd98c9a89bbcd81e0ff8ebae60841d062
Expect it on Compiler Explorer in β I guess β 12 hours.

This implementation differs significantly from the std::experimental::simd implementation. One goal was a reduction in template instantiations wrt. what std::experimental::simd did. Design notes: - bits/vec_ops.h contains concepts, traits, and functions for working with GNU vector builtins t...
Static reflection is coming to C++26 π Learn with Koen Samyn how to use it today to build zero-overhead, reflection-driven OpenGL & ImGui pipelinesβand eliminate common graphics bugs.
π Apr 2 or May 25
πFind out more and register: https://cpponline.uk/workshop/splice-and-dice/
C++26 is bringing std::execution (Senders/Receivers) π₯
Learn to build async pipelines without manual synchronization in this hands-on online workshop with Mateusz Pusz.
Structured concurrency. Parallelism. Real-world usage.
π May 15
πhttps://cpponline.uk/workshop/mastering-stdexecution-senders-receivers/
C++Online 2026 SESSION SPOTLIGHT: C++ Contracts - A Meaningfully Viable Product, Part II by Andrei Zissu
https://cpponline.uk/session/2026/cpp-contracts/
Register now at https://cpponline.uk/registration/
After 2 full decades of multiple efforts aimed at introducing a contracts feature into the C++ language, the Contracts MVP (Minimal Viable Product) is on track to making it into C++26 β having already been voted into the C++26 Working Draft and with only one WG21 meeting left (in March in London, after C++ Online) [β¦]
C++Online 2026 SESSION SPOTLIGHT: When One Red Pill Is Not Enough - Compile-Time Optimization Through Dynamic Programming by Andrew Drakeford
https://cpponline.uk/session/2026/when-one-red-pill-is-not-enough/
Register now at https://cpponline.uk/registration/
This conversation with @meetingcpp organizer Jens Weller reflects on highlights from Meeting C++ 2025 and the evolving C++ landscape - from Toyotaβs open-source real-time work to the gap between C++20/C++26 adoption and continued industry use of C++11/17. #Cpp #Cpp20 #Cpp26 #SoftwareDevelopment #OpenSource
Watch the full interview:
https://www.youtube.com/watch?v=XESMSq1PEpI

CLion 2025.3 Is Here, and Itβs Epic: Faster Language Engine, Unique Constexpr Debugger, DAP Support, and Much More
#Clang #CLion #News #Releases #Clionnova #Constexpr #Cpp26 #Dap #Stm32 #Zephyrwest
I wrote a #WG21 Kona 2025 trip report:
https://mattkretz.github.io/2025/11/13/WG21-Kona-2025-trip-report.html
After the CD (committee draft) is out, WG21 is in bug fixing mode. Consider NB comments as the tickets that force us to consider a resolution and provide an answer. Such issues can either be design issues or wording issues (where wording does not match stated design intent). Besides NB comments, many library issues had been filed and prioritized independently, which led to several categorized as must/should fix before the standard is finalized.