
26 Dec
2004
26 Dec
'04
9:33 p.m.
David Abrahams wrote:
Jonathan Turkanis wrote:
Robert Ramey wrote:
#pragma comment(lib, "asfdhjkalsdflkjhsadf")
int main() { }
and got an 'unrecognized pragma' warning. Since auto link relies on pragma comment, I conclude that it doesn't work with como.
Comeau may have a mode that passes (unrecognized) pragmas through to the back-end compiler.
True. I looked on the Comeau website and couldn't find any such option, but it may be undocumented (or I may be blind). Jonathan