Opened 13 years ago
Closed 12 years ago
#2981 closed Bugs (fixed)
Boost.Python: Documentation Typo
Reported by: | Owned by: | Dave Abrahams | |
---|---|---|---|
Milestone: | Boost 1.39.0 | Component: | python USE GITHUB |
Version: | Boost 1.38.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_38_0/libs/python/doc/v2/args.html
arg &perator = (T const &value);
should probably be
arg &operator = (T const &value);
Note:
See TracTickets
for help on using tickets.
Fixed in [62925]