Fixed extent typo.

[SVN r33705]
This commit is contained in:
John Maddock
2006-04-15 16:17:37 +00:00
parent 9549babcd8
commit 1a30e4cf63

View File

@ -1251,7 +1251,7 @@ __header ` #include <boost/type_traits/extent.hpp>` or ` #include <boost/type_tr
__examples
[:`extent<int[1]>` inherits from `__integral_constant<std::size_t, 0>`.]
[:`extent<int[1]>` inherits from `__integral_constant<std::size_t, 1>`.]
[:`extent<double[2][3][4], 1>::type` is the type `__integral_constant<std::size_t, 3>`.]
@ -2853,3 +2853,4 @@ www.boost.org/more/mailing_lists.htm#main] for subscription details).
[endsect]