Opened 13 years ago

Closed 12 years ago

#2981 closed Bugs (fixed)

Boost.Python: Documentation Typo

Reported by: ruediger@… 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);

Change History (1)

comment:1 by Marshall Clow, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in [62925]

Note: See TracTickets for help on using tickets.