
Is there some version of a stack allocator in the current 1.52 version of boost, perhaps in some detail namespace? I searched the source and the archives and the only one I could find disappeared after 1.39: http://www.boost.org/doc/libs/1_39_0/boost/signals2/detail/stack_allocator.h... Cheers! Andrew Hundt

Andrew Hundt wrote:
Is there some version of a stack allocator in the current 1.52 version of boost, perhaps in some detail namespace?
I searched the source and the archives and the only one I could find disappeared after 1.39: http://www.boost.org/doc/libs/1_39_0/boost/signals2/detail/stack_allocator.h...
maybe this will do it for you. http://www.boost.org/doc/libs/1_39_0/boost/serialization/detail/stack_constr... Robert Ramey
Cheers! Andrew Hundt
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users

maybe this will do it for you.
http://www.boost.org/doc/libs/1_39_0/boost/serialization/detail/stack_constr... Robert Ramey
Thanks for mentioning it, but unfortunately that does not meet the requirements of the Allocator concept, such as the allocate() member function. Cheers! Andrew Hundt
participants (2)
-
Andrew Hundt
-
Robert Ramey