[Boost-bugs] [Boost C++ Libraries] #3019: Typo: aFactoty

Subject: [Boost-bugs] [Boost C++ Libraries] #3019: Typo: aFactoty
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-12 16:16:01


#3019: Typo: aFactoty
-------------------------------------------------------+--------------------
 Reporter: Chris Kieschnick <wildjokerman_at_[hidden]> | Owner: no-maintainer
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: utility
  Version: Boost 1.38.0 | Severity: Cosmetic
 Keywords: |
-------------------------------------------------------+--------------------
 In
 http://www.boost.org/doc/libs/1_38_0/libs/utility/in_place_factories.html
 about half way down is the code:
    template<class InPlaceFactory>
    C ( InPlaceFactory const& aFactoty )
     :
     contained_ ( uninitialized_storage() )
    {
      aFactory.template apply<X>(contained_);
    }

 aFactoty should be aFactory

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