Opened 15 years ago
Last modified 14 years ago
#1387 new Bugs
Review / update docs to reflect changes
| Reported by: | Dave Abrahams | Owned by: | Daniel Wallin |
|---|---|---|---|
| Milestone: | Boost 1.36.0 | Component: | parameter |
| Version: | Boost 1.34.1 | Severity: | Problem |
| Keywords: | Cc: | daniel@… |
Description
There are at least changes in the equivalent C++ for BOOST_PARAMETER_KEYWORD(tag,name). However, there may well be other changes that need to be documented.
Daniel, If you can think of any, please add them to this ticket or create a ticket of your own.
Change History (3)
comment:1 by , 15 years ago
| Component: | None → parameter |
|---|
comment:2 by , 14 years ago
| Owner: | changed from to |
|---|
comment:3 by , 14 years ago
One thing I need to know in order to update http://www.boost.org/doc/libs/1_35_0/libs/parameter/doc/html/index.html#defining-the-keywords: I need to be able to describe what the generated bits and pieces mean so they can write their own out by hand if they need to (or don't like macros). I know the keyword_name function is for Python binding, but I have no clue what "_" and "_1" are for.

Assigning to you so I know you've looked at it. Throw it back to me when you know if there are other changes we need to document.