Closed AGPX closed 2 months ago
You run into a case where C++ constructors cause ambiguity with type declarations, that sometimes can be resolved by parsing the complete expression or not. This case could be resolved, but my simplistic parser is too stupid. I added a special workaround for the parenthized typecast. You can also invoke the constructor qualified string::string. Both fixes checked it, give it a try.
Ok, it seems to work.
Hi,
in the following code:
the second line of the main, gives unexpected errors. The third (commented) is identical but without parenthesis and compiles.
The errors are: