C++26: Reflection, Memory Safety, Contracts, and a New Async Model
38 points by birdculture
by vsgherzi
1 subcomments
Very cool stuff, excited to see some progress into memory safety for c++ but jeez. As i understand it, it requires me to do some meta programming to build guards around my program and ensure memory safety? Is that accurate or am I missing the mark here
by HeliumHydride
1 subcomments
The class(metaclass) {...} syntax is not part of C++ yet. It is part of a proposal targeted for C++29.
by fithisux
0 subcomment
I am still wondering if the compiler can become simpler any time soon.