Opened 13 years ago
Closed 13 years ago
#3019 closed Bugs (fixed)
Typo: aFactoty
Reported by: | Owned by: | No-Maintainer | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | utility |
Version: | Boost 1.38.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
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
Note:
See TracTickets
for help on using tickets.
(In [53060]) Replace aFactoty with aFactory. Fixes #3019