Opened 14 years ago
Closed 14 years ago
#2023 closed Bugs (fixed)
Signals library argument typedef errors
Reported by: | Owned by: | Douglas Gregor | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | signals |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The Boost.Signals library documentation has a signalN list of typedefs of the form:
typedef TN argN_type;
This does not match the code. From the form of the typedef, it would be reasonable to assume to code to be incorrect and not the documentation.
Please see the attached patch and example program that fails to compile.
Attachments (1)
Change History (2)
by , 14 years ago
Attachment: | boost_bug.zip added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
patch and example code