forked from boostorg/type_traits
Fixed extent typo.
[SVN r33705]
This commit is contained in:
@ -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]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user