Re: [Boost-bugs] [Boost C++ Libraries] #5254: hash template specializations require BOOST_HAS_TR1_HASH work-around

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5254: hash template specializations require BOOST_HAS_TR1_HASH work-around
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-03 16:52:47


#5254: hash template specializations require BOOST_HAS_TR1_HASH work-around
-----------------------------------------+----------------------------------
  Reporter: Jim Bell <jim@…> | Owner: johnmaddock
      Type: Bugs | Status: reopened
 Milestone: Boost 1.47.0 | Component: TR1
   Version: Boost Development Trunk | Severity: Problem
Resolution: | Keywords: TR1 hash mingw-gcc-4.4 msvc-8
-----------------------------------------+----------------------------------

Comment (by anonymous):

 Will fix this shortly by making std::tr1::hash a thin wrapper inheriting
 from boost::hash, but.... your code will still break on MSVC-10 as there
 std::tr1::hash is actually an alias for std::hash, and there's nothing we
 can do at our end to fix that, other than to say ''don't do that!'' :-(

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/5254#comment:5>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:05 UTC