$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] unordered_map failing to compile on MSVC7.1 using STLport
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2012-02-14 17:50:35
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