Boost C++ Libraries: Ticket #2023: Signals library argument typedef errors https://svn.boost.org/trac10/ticket/2023 <p> The Boost.Signals library documentation has a signalN list of typedefs of the form: <code>typedef TN argN_type;</code> </p> <p> 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. </p> <p> Please see the attached patch and example program that fails to compile. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2023 Trac 1.4.3 Niall Joubert <njoubert@…> Thu, 19 Jun 2008 12:51:58 GMT attachment set https://svn.boost.org/trac10/ticket/2023 https://svn.boost.org/trac10/ticket/2023 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">boost_bug.zip</span> </li> </ul> <p> patch and example code </p> Ticket Douglas Gregor Thu, 19 Jun 2008 15:18:54 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/2023#comment:1 https://svn.boost.org/trac10/ticket/2023#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/46519" title="Correct definition of the argN_type typedefs in Signals. Fixes #2023">[46519]</a>) Correct definition of the argN_type typedefs in Signals. Fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2023" title="#2023: Bugs: Signals library argument typedef errors (closed: fixed)">#2023</a> </p> Ticket