id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 337,Spirit does not compile on aCC,nobody,Joel de Guzman,"{{{ I am really interested in using boost, and especially spirit, for a project on HP-UX, but it seems the aCC compiler has got some issues with the template resolutions, even though it is a decent compiler, and very fast, compared to gcc at least. I tried to compile some of the spirit tests and here are the kind of errors I get: >aCC -AA -I../../boost_1_32_0/ +W823 chset_tests.cpp Error 619: ""../../boost_1_32_0/boost/spirit/core/primitives/primitives.hpp"", line 40 # The definition of template result contains typename qualification 'ScannerT::value_t', yet generation of specialization struct result implies that 'ScannerT' is 'tentative struct anychar_parser', which does not contain a type named 'value_t'. typename parser_result::type ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 617: ""../../boost_1_32_0/boost/spirit/core/primitives/primitives.hpp"", line 40 # The definition of template result contains typename qualification 'ScannerT::value_t', yet generation of specialization struct result implies that 'ScannerT' is 'int', which is not a class type. typename parser_result::type ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It seems it does not use the proper parameters. note that aCC does not have issues usually with template, even when using several level of nesting or specialisations. any kind of help towards resolution of this issue would be greatly appreciated, thanks, maudouy@amadeus.net }}}",Support Requests,closed,,None,None,,None,,