You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that namespaces are not supported yet by cppfront. Unfortunately, it can be added following the l-to-r approach, it compiles by cppfront but fails to compile by cpp1 compiler.
I know that namespaces are not supported yet by cppfront. Unfortunately, it can be added following the l-to-r approach, it compiles by cppfront but fails to compile by cpp1 compiler.
Cppfront compiles fine but generates code that will not compile as it doesn't have a struct definition for multiple return values.
https://godbolt.org/z/vr51TExGG
No definition of
fun__ret
.Expected behavior: cppfront forbids namespaces/struct/class to be used like that or generates correct code.
The text was updated successfully, but these errors were encountered: