[container] scoped_allocator_adaptor for c++03 error
Hi, are new scoped allocators suppose to be supported by c++03 compilers? Just including scoped_allocator.hpp in VC2008 SP1 causes lots of erros due to variadic templates usage. Regards, Szymon Gatner
El 14/05/2012 14:53, Szymon Gatner escribió:
Hi,
are new scoped allocators suppose to be supported by c++03 compilers? Just including scoped_allocator.hpp in VC2008 SP1 causes lots of erros due to variadic templates usage.
Not in Boost 1.49. Please try turnk SVN code, as I plan to have decent scoped allocator support in Boost 1.50. Best, Ion
2012/5/14 Ion Gaztañaga
Not in Boost 1.49. Please try turnk SVN code, as I plan to have decent scoped allocator support in Boost 1.50.
You Sir are my hero, now have to figure out how to use it ;) Trying to make it work with btw: http://bitsquid.blogspot.com/2010/09/custom-memory-allocation-in-c.html Cheers, Szymon Gatner
participants (2)
-
Ion Gaztañaga
-
Szymon Gatner