Fixed typo in extent

[SVN r33704]
This commit is contained in:
John Maddock
2006-04-15 16:16:13 +00:00
parent 036f0593a0
commit 117eddb5c9

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]