Opened 14 years ago

Closed 14 years ago

#2023 closed Bugs (fixed)

Signals library argument typedef errors

Reported by: njoubert@… 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)

boost_bug.zip (1.1 KB ) - added by Niall Joubert <njoubert@…> 14 years ago.
patch and example code

Download all attachments as: .zip

Change History (2)

by Niall Joubert <njoubert@…>, 14 years ago

Attachment: boost_bug.zip added

patch and example code

comment:1 by Douglas Gregor, 14 years ago

Resolution: fixed
Status: newclosed

(In [46519]) Correct definition of the argN_type typedefs in Signals. Fixes #2023

Note: See TracTickets for help on using tickets.