From 8503c536dc38da4bda16a2c70e27bfe045b535d4 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Sun, 17 Jul 2022 17:18:54 -0400 Subject: [PATCH] Add documentation for rebind C++03 compatibility --- doc/pointer_traits.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/pointer_traits.qbk b/doc/pointer_traits.qbk index ce0d7b8..8b052c0 100644 --- a/doc/pointer_traits.qbk +++ b/doc/pointer_traits.qbk @@ -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::other` if such a type exists.] + [endsect] [section Member functions]