This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Add std::pointer_traits.
On 07/20/2010 12:26 PM, Piotr Rak wrote:
> BTW. Is such addition, an ABI, so I should work on support only for
> C++0x containers, don't this so, but?
>
>
I think it's a bit too early to discuss that. Let's try to get in the
infrastructure first.
Anyway, for sure this work should be absolutely invisible in C++03 mode.
At some point, however, we'll have to figure out whether it's better to
proceed in the current macro-based way, or just have separate C++03 and
C++0x versions of the containers. Lately I'm thinking that everything
considered - thus, not just the support for scoped allocators, but also
the const_iterator signature changes to many member functions, etc - it
can well make sense to simply split the two to separate header files.
Paolo.