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]

[PATCH] Add std::pointer_traits.


Hi,

I have prototyped std::scoped_allocator_adapter and other
prerequisities (using nested struct instead of template alias for
rebind members). Only std::pointer_traits is in usable state so far,
due to fronted bug, but not very useful alone. How do you think, we
should proceed with those additions?

PS. Also attached not very good tested, and with missing member test,
allocator_traits implementation.
I still have to work on ugliyfing uses_allocator and and
scoped_allocator adapter itself.


Piotr

Attachment: 0001-Add-std-pointer_traits.patch
Description: Binary data

Attachment: 0002-Add-std-allocator_traits-missing-members-test.patch
Description: Binary data


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