mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 05:17:22 +02:00
Add documentation for rebind C++03 compatibility
This commit is contained in:
@ -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
|
where `Args` is zero or more type arguments; otherwise, the member is not
|
||||||
defined.]]]
|
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]
|
[endsect]
|
||||||
|
|
||||||
[section Member functions]
|
[section Member functions]
|
||||||
|
Reference in New Issue
Block a user