$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Mixed use of "include" directives with quoted vs. angle-bracketed params, causing havoc
From: John Maddock (john_at_[hidden])
Date: 2008-09-07 04:10:06
Rene Rivera wrote:
>> [0] The compiler I'm referring to is msvc.
And another data point: I had a bug request to change "" to <> in
type_traits because of the way Metrowerks handles "".
So that's +1 for <> from me too.
Philosophically it feel right too: "" is for user header files, <> is for
libraries outside of the users control.
John.