Re: [Boost-bugs] [Boost C++ Libraries] #7175: Rev 74766 breaks unordered_map on gcc 3.4

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7175: Rev 74766 breaks unordered_map on gcc 3.4
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-07-25 16:22:30


#7175: Rev 74766 breaks unordered_map on gcc 3.4
------------------------------------+---------------------------------------
  Reporter: luc_j_bourhis@… | Owner: danieljames
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: unordered
   Version: Boost 1.50.0 | Severity: Problem
Resolution: | Keywords:
------------------------------------+---------------------------------------

Comment (by anonymous):

 I got the formatting of the snippet wrong, sorry:

 {{{
 #include <boost/unordered_map.hpp>
 #include <iostream>

 int main() {
       boost::unordered_map<std::string, std::size_t> counts;
       counts["one"]++;
       std::cout << counts["one"] << std::endl;
 }
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7175#comment:1>
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:10 UTC