Opened 10 years ago
Closed 10 years ago
#7014 closed Bugs (fixed)
Boost Python Tutorial Introduction (small) error
Reported by: | 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 :)
Note:
See TracTickets
for help on using tickets.
thanks for pointing this out
fixed with trunk rev. 79095, release rev. 79096.