cppfront
cppfront copied to clipboard
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Hi, The idea behind that change is to change/simplify the syntax of how we access namespaces components. If the notion of namespace is shifted a little bit to an instantiated...
Off-topic introduction I would like to begin with a bit of an apology. My input in this space so far has been exclusively negative (primarily expressing trepidation). Given that the...
With `decltype(auto) r = func();` the return from a function can be perfectly captured. With the change in 0.8, we have now ` -> foward _ = {...}` for perfect...