Boost logo

Boost Users :

Subject: [Boost-users] [Container] C++03 scoped_allocator_adaptor support
From: Jensen, Erik A (Erik.Jensen_at_[hidden])
Date: 2012-02-06 12:53:53


I am developing a project in Visual Studio 2010, which does not support variadic templates. (It does support rvalue references.)

One aspect of my project could benefit greatly from scoped allocator support, so I checked out the 1.49 beta. While the implementation of allocator_traits supports C++03, the scoped_allocator_adaptor implementation requires variadic templates. Is there any plan to make the scoped_allocator_adaptor implementation support C++03? If not, what is the best way to use the new allocator_traits functionality to make sure that the allocator gets passed to contained containers?

Thank you,
Erik Jensen



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net