Having fun with modern C++ (2024)

2 signa11 1 8/25/2025, 9:17:41 AM lemire.me ↗

Comments (1)

alexshtf · 9h ago
Having developed in C++ a large portion of my career up until a 5+ years ago, it's nice to see C++ went a long way.

However one thing bothers me - error messages. Have the compilers evolved? Eventually, all this stuff translates to templates under the hood, and I remember always getting the compiler error far away from the place I've actually made the mistake.