
8 Sep
2008
8 Sep
'08
12:51 a.m.
On Sun, Sep 7, 2008 at 1:42 PM, John Maddock <john@johnmaddock.co.uk> wrote:
No, while this is all implementation defined, on every compiler I've used <> will always search paths supplied with -I directives before system paths. One could argue that "" is less efficient because it *may* search paths relative to the current file before looking at -I paths. But frankly any argument on efficiency grounds is likely to be fallacious: all strictly IMO of course!
I agree with your opinion, thanks for the info! --Michael Fawcett