Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#8271 closed Bugs (fixed)

[type_erasure] Minor comment/doc typos

Reported by: Michel Morin Owned by: Steven Watanabe
Milestone: To Be Determined Component: None
Version: Boost Development Trunk Severity: Cosmetic
Keywords: Cc:

Description

  • boost/type_erasure/deduced.hpp

     
    25  * A placeholder for an assocated type.  The type corresponding
     25 * A placeholder for an associated type.  The type corresponding
  • boost/type_erasure/member.hpp

     
    102  * BOOST_TYPE_ERASURE_MEMBER will alway define a variadic concept.
     102 * BOOST_TYPE_ERASURE_MEMBER will always define a variadic concept.
  • libs/type_erasure/example/multi.cpp

     
    102         just a convienience class that combines the
     102        just a convenience class that combines the
  • libs/type_erasure/example/multifunction.cpp

     
    63 // Now we'll define a multifuntion that can operate
     63// Now we'll define a multifunction that can operate
  • libs/type_erasure/example/printf.cpp

     
    60 // Other characters in the format string are writted to the stream unchanged.
     60// Other characters in the format string are written to the stream unchanged.
  • libs/type_erasure/example/printf.cpp

     
    80 //   an integer or a '*'.  an asterik means to read the next
     80//   an integer or a '*'.  an asterisk means to read the next
  • libs/type_erasure/example/printf.cpp

     
    87 //   this can be either an integer or a '*'.  an asterik means
     87//   this can be either an integer or a '*'.  an asterisk means
  • libs/type_erasure/doc/type_erasure.qbk

     
    92   on the aruments explicit.  Templates are only
     92  on the arguments explicit.  Templates are only
  • boost/type_erasure/any.hpp

     
    313      *      @c Concept2 must be a superset of of the requirements of
     313     *      @c Concept2 must be a superset of the requirements of
  • boost/type_erasure/any.hpp

     
    352      *      requirements of @c Concept2 must be a superset of of the
     352     *      requirements of @c Concept2 must be a superset of the
  • boost/type_erasure/any.hpp

     
    1277      *      @c Concept2 must be a superset of of the requirements of
     1277     *      @c Concept2 must be a superset of the requirements of
  • boost/type_erasure/any.hpp

     
    1310      *      @c Concept2 must be a superset of of the requirements of
     1310     *      @c Concept2 must be a superset of the requirements of
  • boost/type_erasure/any.hpp

     
    1346      *      requirements of @c Concept2 must be a superset of of the
     1346     *      requirements of @c Concept2 must be a superset of the
  • boost/type_erasure/any.hpp

     
    1370      *      requirements of @c Concept2 must be a superset of of the
     1370     *      requirements of @c Concept2 must be a superset of the
  • boost/type_erasure/any.hpp

     
    1690      *      @c Concept2 must be a superset of of the requirements of
     1690     *      @c Concept2 must be a superset of the requirements of
  • boost/type_erasure/any.hpp

     
    1723      *      requirements of @c Concept2 must be a superset of of the
     1723     *      requirements of @c Concept2 must be a superset of the
  • boost/type_erasure/any.hpp

     
    1909      *      @c Concept2 must be a superset of of the requirements of
     1909     *      @c Concept2 must be a superset of the requirements of
  • boost/type_erasure/any.hpp

     
    1943      *      @c Concept2 must be a superset of of the requirements of
     1943     *      @c Concept2 must be a superset of the requirements of
  • boost/type_erasure/any.hpp

     
    1979      *      requirements of @c Concept2 must be a superset of of the
     1979     *      requirements of @c Concept2 must be a superset of the
  • boost/type_erasure/any.hpp

     
    2003      *      requirements of @c Concept2 must be a superset of of the
     2003     *      requirements of @c Concept2 must be a superset of the

Change History (3)

comment:1 by Steven Watanabe, 10 years ago

Resolution: fixed
Status: newclosed

(In [83393]) Fix typos. Fixes #8271.

comment:2 by Steven Watanabe, 10 years ago

If you have a diff it's better to add it as an attachment. It was easier for me just to apply the changes manually than to try to get the diff into a form that svn patch would accept.

comment:3 by Michel Morin, 10 years ago

I didn't have a diff file, but I should have prepared that. Will do, next time.

Note: See TracTickets for help on using tickets.