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: [libstdc++] Rename standard headers


Gerald Pfeifer wrote:

> I do not think that this kind of change is appropriate for the current
> development stage of GCC.
>
> The fact that this patch managed to break even the most trivial C++
> programs on my i386-unknown-freebsd4.4 systems is a strong indication:
>
>   % cd $GCC ; find . -name 'vector*'
>   ./include/g++-v3/backward/vector.h
>
> That is, <vector> is missing. And, yes, I have

I'm seeing the same problem on i686-pc-linux-gnu. It is definitely not platform
specific.

For some reason, in the installed include/g++-v3 dir there are the std_*.h named
files instead of the standard ones.

Cheers,
Paolo.



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