-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
On Windows it is happy to find
#include "Foo.h"
even when only a "foo.h" is provided. While that is in sync with the file
system semantics there, it would be helpful to have another check - which would
assist portability checks, since on linux that #include statement would fail.
Original issue reported on code.google.com by [email protected] on 8 Dec 2011 at 9:48