#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 assoc ated type. The type corresponding25 * 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 conv ienience class that combines the102 just a convenience class that combines the -
libs/type_erasure/example/multifunction.cpp
63 // Now we'll define a multifun tion that can operate63 // Now we'll define a multifunction that can operate -
libs/type_erasure/example/printf.cpp
60 // Other characters in the format string are writte dto 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 asteri k means to read the next80 // 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 asteri k means87 // this can be either an integer or a '*'. an asterisk means -
libs/type_erasure/doc/type_erasure.qbk
92 on the ar uments explicit. Templates are only92 on the arguments explicit. Templates are only -
boost/type_erasure/any.hpp
313 * @c Concept2 must be a superset of ofthe requirements of313 * @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 ofthe352 * requirements of @c Concept2 must be a superset of the -
boost/type_erasure/any.hpp
1277 * @c Concept2 must be a superset of ofthe requirements of1277 * @c Concept2 must be a superset of the requirements of -
boost/type_erasure/any.hpp
1310 * @c Concept2 must be a superset of ofthe requirements of1310 * @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 ofthe1346 * 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 ofthe1370 * requirements of @c Concept2 must be a superset of the -
boost/type_erasure/any.hpp
1690 * @c Concept2 must be a superset of ofthe requirements of1690 * @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 ofthe1723 * requirements of @c Concept2 must be a superset of the -
boost/type_erasure/any.hpp
1909 * @c Concept2 must be a superset of ofthe requirements of1909 * @c Concept2 must be a superset of the requirements of -
boost/type_erasure/any.hpp
1943 * @c Concept2 must be a superset of ofthe requirements of1943 * @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 ofthe1979 * 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 ofthe2003 * requirements of @c Concept2 must be a superset of the
Change History (3)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 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 , 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.
(In [83393]) Fix typos. Fixes #8271.