cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

[SUGGESTION] Make = in declaration optional when the RHS is a block

Open jsphadetula opened this issue 1 year ago • 0 comments
trafficstars

main: () -> int = {
}

could be

main: () -> int  {
}

This will align Cpp2 with C++ for most declarations

Will your feature suggestion eliminate X% of security vulnerabilities of a given kind in current C++ code? No

Will your feature suggestion automate or eliminate X% of current C++ guidance literature? No

jsphadetula avatar Mar 19 '24 16:03 jsphadetula