Hi!<br><br>When using this command line:<br><br>ag++ -v9 --gen_size_type="long unsigned int" main.cpp -o main<br><br>one can see that the quotes are not preservied when calling the ac++<br><br>Executing: "ac++" --config "/tmp/agxx_pcfg8U866P"  -v9 --gen_size_type=long unsigned int -p. -c "main.cpp" -o "/tmp/main.cpp_agxx_OuamcQ"<br>

<br>This cause the ac++to fail.<br><br>To get it to work you have to double quote:<br><br>ag++ -v9 --gen_size_type="\"long unsigned int\"" main.cpp -o main<br><br>Is this intended?<br><br>Best regards,<br>

Guilherme<br>