[aspectc-user] gen_size_type not preserving quotes

Guilherme . guibufolo at gmail.com
Wed May 11 17:25:50 CEST 2011


Hi!

When using this command line:

ag++ -v9 --gen_size_type="long unsigned int" main.cpp -o main

one can see that the quotes are not preservied when calling the ac++

Executing: "ac++" --config "/tmp/agxx_pcfg8U866P"  -v9 --gen_size_type=long
unsigned int -p. -c "main.cpp" -o "/tmp/main.cpp_agxx_OuamcQ"

This cause the ac++to fail.

To get it to work you have to double quote:

ag++ -v9 --gen_size_type="\"long unsigned int\"" main.cpp -o main

Is this intended?

Best regards,
Guilherme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.aspectc.org/pipermail/aspectc-user/attachments/20110511/447e379f/attachment.html>


More information about the aspectc-user mailing list