[aspectc-user] Possible Compiler Bug
Law, Colin
colin.law at epid.eurotherm.co.uk
Thu Feb 14 13:13:16 CET 2002
Just reporting what I think is a minor compiler bug.
The line
#include "a\\b.h"
should look for the file a\b, I think.
In fact it looks for a\\b.h
The workarounds "a\b.h" or "a/b.h" both work ok
The latter being preferable as the former will fail to work if the compiler
is fixed (assuming I am right in thinking it is an error).
Colin Law
More information about the aspectc-user
mailing list