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
Currently cppfront seems to write its output .cpp file next to the input .cpp2 file. This makes it difficult to integrate with setups that have separate build and source directories. Please add a -o command line argument so the output path can be specified from the outside.