This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC] libstdc++/6720 and libstdc++/6671


Zack Weinberg wrote:

>Note that the problem of <foo> including <bar> and getting <ext/bar>
>can be dealt with by having foo use #include "bar", which puts the
>directory containing foo at the head of the search path. 
>
This is a really nice point, in my opinion: we could easily implement it 
soon, without breaking the ABI.

Ciao, Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]