
9 Mar
2004
9 Mar
'04
2:25 p.m.
Hi, VACPP compiler is failing one of the test cases of the string_algo library. http://boost.sourceforge.net/regression-logs/cs-AIX-links.html#algorithm-rep... It is the check for sequence traits. It seem, that trait classes did not get instantiated. Is there something special that this compiler needs, to avoid this problem? Other compilers do not seem to have a problem. It is not possible to instantiate all trait explicitly, because the template paramteres are mostly template again. I might have forgotten something, that other compilers just ignore. Can anybody give me some hints? Thanks, Pavol.