[Boost-bugs] [Boost C++ Libraries] #11017: typo in Boost.Hash documentation

Subject: [Boost-bugs] [Boost C++ Libraries] #11017: typo in Boost.Hash documentation
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-02-12 19:54:55


#11017: typo in Boost.Hash documentation
------------------------------+---------------------------
 Reporter: anonymous | Owner: matias
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: Documentation
  Version: Boost 1.57.0 | Severity: Cosmetic
 Keywords: |
------------------------------+---------------------------
 In http://www.boost.org/doc/libs/1_57_0/doc/html/hash/tutorial.html

 {{{
     std::transform(x.begin(), x.end(), std::insert_iterator(hashes),
         boost::hash<typename Container::value_type>());
 }}}

 std::insert_iterator(hashes) is not a valid syntax.
 Use std::back_inserter(hashes) instead.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11017>
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:17 UTC