[type_traits] extent doc example bug

5 May
2006
5 May
'06
10:33 p.m.
In boost 1.33.1 (and in the documentation available from the web-site, if that is more recent?), the first example for the extent trait says extent<int[1]> inherits from integral_constant<std::size_t, 0>. That final "0" should be "1".

6 May
6 May
9:03 a.m.
Kim Barrett wrote:
In boost 1.33.1 (and in the documentation available from the web-site, if that is more recent?), the first example for the extent trait says
extent<int[1]> inherits from integral_constant<std::size_t, 0>.
That final "0" should be "1".
Yep, that already been reported, the fixed version will be in the next release. Thanks for the report, John.
6978
Age (days ago)
6979
Last active (days ago)
1 comments
2 participants
participants (2)
-
John Maddock
-
Kim Barrett