Opened 10 years ago

Closed 10 years ago

#7014 closed Bugs (fixed)

Boost Python Tutorial Introduction (small) error

Reported by: Wojciech Mamrak <wmamrak@…> Owned by: Ralf W. Grosse-Kunstleve
Milestone: To Be Determined Component: python USE GITHUB
Version: Boost 1.49.0 Severity: Cosmetic
Keywords: boost python, tutorial error Cc:

Description

In Tutorial Introduction, section Functions, subsection Default Arguments, it states:

write "thin wrappers" int f1(int x) { f(x); } int f2(int x, double y) { f(x,y); }

Error: returns are missing :)

Change History (1)

comment:1 by Ralf W. Grosse-Kunstleve, 10 years ago

Resolution: fixed
Status: newclosed

thanks for pointing this out

fixed with trunk rev. 79095, release rev. 79096.

Note: See TracTickets for help on using tickets.