Opened 17 years ago

Closed 17 years ago

#594 closed Bugs (Fixed)

Doc typo for boost::extent

Reported by: iaanus Owned by: John Maddock
Milestone: Component: type_traits
Version: None Severity:
Keywords: Cc:

Description

The first example provided in the documentation of
boost::extent reads 

extent<int[1]> inherits from
integral_constant<std::size_t, 0>.

should be instead:

extent<int[1]> inherits from
integral_constant<std::size_t, 1>.

Change History (1)

comment:1 by John Maddock, 17 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804

Quite right, well spotted, now fixed in cvs.

John Maddock.
Note: See TracTickets for help on using tickets.