Opened 13 years ago
#3129 new Feature Requests
Return types of Parameter ArgumentPack creation functions should be documented
Reported by: | Jeremiah Willcock | Owned by: | Daniel Wallin |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | parameter |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The return types of functions such as operator= on keywords, operator, on ArgumentPacks, and the empty ArgumentPack are not documented. This information is necessary to write functions that return ArgumentPacks. This could be provided by a traits class that allows the underlying implementations of these constructs to be changed later.
Note:
See TracTickets
for help on using tickets.