auto v = {'A', 'B', 'C', 'D'};
for(auto [idx, elem] : std::_____::_________(v))
{
std::println("Index {}: {}", idx, elem);
}


Safety and Security
Eco System Evolution
Other noise
Other languages have a marketing department
C++ as a community
WG21, 10-15 February Hagenberg, 🇦🇹
WG14, 24-28 February Graz, 🇦🇹
C2y and C++26 seem promising.
P2656R4 (Ecosystem IS) → Withdraw
P2717R6 (Tool Introspection) → Withdraw
P3051R3 (Structured Response Files) → Withdraw
P3335R4 (Structured Core Options) → Withdraw
P3339R1 (EC IS Open License) → Withdraw
P3342R2 (Standard for C++ Ecosystem) → Withdraw
November Status
Now with less papers
but with a new hope!
Standards for Programming Language Tools
ecostd.github.io
René Ferdinand Rivera Morell (grafikrobot)
Current idea is a RFC approach
Monthly meetings continue
Paper-club (EcoStd upcoming)
Homepage: https://swedencpp.se
YouTube: https://www.youtube.com/@SwedenCpp
Mastodon: https://hachyderm.io/@SwedenCpp
Slack: https://swedencpp.slack.com
→ Transformed to SaaS ←
20th February
20th Mars
TBD
Submit your ideas and suggestions

Tell us what you want to hear or want to do

Various tasks and roles are available

Like and share SwedenCpp content on social media

auto v = {'A', 'B', 'C', 'D'};
for(auto [idx, elem] : std::_____::_________(v))
{
std::println("Index {}: {}", idx, elem);
}Index 0: A
Index 1: B
Index 2: C
Index 3: Dauto v = {'A', 'B', 'C', 'D'};
for(auto [idx, elem] : std::views::enumerate(v))
{
std::println("Index {}: {}", idx, elem);
}Index 0: A
Index 1: B
Index 2: C
Index 3: DNew in C++23
Jonas N: Ghidra saves the day
🍹 🍕 Mingle 🍕 🍻
Jonas M: Web Assembly (With less Web, and more Assembly)
Väl mött!