Add documentation for rebind C++03 compatibility

This commit is contained in:
Glen Fernandes
2022-07-17 17:18:54 -04:00
parent 7100c05490
commit 8503c536dc

View File

@ -113,6 +113,9 @@ also not defined (`pointer_traits` is SFINAE-friendly).
where `Args` is zero or more type arguments; otherwise, the member is not
defined.]]]
[note When C++11 template aliases are not supported, the `type` for `rebind` is
`T::rebind<U>::other` if such a type exists.]
[endsect]
[section Member functions]