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: [PATCH] Move rope, slist, hash_map, hash_set to __gnu_cxx


Paolo Carlini <pcarlini@unitus.it> writes:

| Hi,
| 
| this one moves such estensions (i.e., all those already present in include/ext
| before the recent addition of algorithm) to namespace __gnu_cxx. Tested
| i686-pc-linux-gnu (*).


Looks OK.


I'm deferring the issue of handling existing codes that assume
extensions are in std::.  I don't know whether whether simple
documentation is sufficient or if some compiler magic are
necessary. 

-- Gaby
CodeSourcery, LLC                       http://www.codesourcery.com


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