From 7120c2f840fafe72787221c104c1a173c91ff270 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Fri, 30 Aug 2019 14:54:27 -0400 Subject: [PATCH] Update documentation on pointee type --- factory/doc/factory.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/factory/doc/factory.qbk b/factory/doc/factory.qbk index 2a58375..d403bb4 100644 --- a/factory/doc/factory.qbk +++ b/factory/doc/factory.qbk @@ -300,8 +300,8 @@ arbitrary number of arguments is supported. Function object template that dynamically constructs a pointee object for the type of pointer given as template argument. Smart pointers may be used for the -template argument, given that `boost::pointee::type` yields the -pointee type. +template argument, given that `pointer_traits::element_type` yields +the pointee type. If an __allocator__ is given, it is used for memory allocation and the placement form of the `new` operator is used to construct the object. A