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]

Re: reference counting in string's allocator, where else?



> The g++ string that I am refering to live is:/usr/local/include/g++-3/std; 

Right. In perhaps what was one of the worst decisions ever, this include 
is for libstdc++-v2. 

Gcc-3.0, and libstdc++-v3 use something like:  include/g++-v3
                                                          ^^^
Sorry for the confusion.

The thought is to clean this up when versioning is implemented. 


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