Re: [Boost-bugs] [Boost C++ Libraries] #7821: Cannot user tuple in unordered_set

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7821: Cannot user tuple in unordered_set
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-22 09:01:57


#7821: Cannot user tuple in unordered_set
----------------------------------------+-----------------------------------
  Reporter: ilja.honkonen@… | Owner: danieljames
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: unordered
   Version: Boost 1.52.0 | Severity: Problem
Resolution: | Keywords:
----------------------------------------+-----------------------------------

Comment (by danieljames):

 Well, experimental versions of compilers aren't really supported. Also,
 `boost::tuple` isn't going to work anyway, since it doesn't have any
 support for `boost::hash` - you'll need to use a custom hash function.

 Concerning your errors, I don't see them with gcc 4.7, so my guess is that
 something in your copy of boost has been corrupted.
 `boost/unordered/detail/allocate.hpp` is the most likely candidate, try
 comparing it to the file at
 https://svn.boost.org/svn/boost/tags/release/Boost_1_52_0/boost/unordered/detail/allocate.hpp

 If that doesn't help, try preprocessing your program, and attach the
 compressed output to this ticket. Also, how did you install boost?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7821#comment:4>
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:11 UTC