cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

A personal experimental C++ Syntax 2 -> Syntax 1 compiler

Results 313 cppfront issues
Sort by recently updated
recently updated
newest added

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...

suggestion

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...

suggestion

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...

suggestion