Opened 15 years ago

Closed 15 years ago

#1797 closed Bugs (fixed)

function_traits documentation errors

Reported by: baraclese@… Owned by: John Maddock
Milestone: Boost 1.36.0 Component: type_traits
Version: Boost 1.35.0 Severity: Cosmetic
Keywords: function_traits Cc:

Description

  • In the Function Traits Members table, 1st column.

It is written function_traits<T> when it should be function_traits<F>, because the Description column refers to an F argument.

  • In the examples table, 2nd row from the bottom.

It is written: A compiler error: there is no arg4_type since there are only three arguments. It should be arg5_type and 'there are only four arguments'

Change History (1)

comment:1 by John Maddock, 15 years ago

Resolution: fixed
Status: newclosed

Fixed in revision #44126.

Note: See TracTickets for help on using tickets.