
14 Feb
2012
14 Feb
'12
10:50 p.m.
El 14/02/2012 19:00, Robert Dailey escribió:
Unfortunately it does print 1 for me :(
Anyone know of a way to fix this for MSVC 7.1?
There is a allocator_traits class in Boost.Container that worksin MSVC7.1 (it has problems with some GCC versions with some overload detection) as I test all my libraries with this compiler. The implementation is not optimal for compilers with advanced SFINAE expressions based on decltype (it's in my to-do list, but the portable implementation is also valid in those compilers). Ion