From b5c87084afaef42b2d058f68091be31988a6a874 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Wed, 13 Sep 2017 11:08:07 +0900 Subject: Imported Upstream version 1.64.0 Change-Id: Id9212edd016dd55f21172c427aa7894d1d24148b Signed-off-by: DongHun Kwak --- doc/html/boost/container/pmr/null_memory_resource.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/boost/container/pmr/null_memory_resource.html') diff --git a/doc/html/boost/container/pmr/null_memory_resource.html b/doc/html/boost/container/pmr/null_memory_resource.html index b9d49a042c..67c09d4799 100644 --- a/doc/html/boost/container/pmr/null_memory_resource.html +++ b/doc/html/boost/container/pmr/null_memory_resource.html @@ -35,7 +35,7 @@ memory_resource * null_memory_resource();
-

Description

+

Description

Returns: A pointer to a static-duration object of a type derived from memory_resource for which allocate() always throws bad_alloc and for which deallocate() has no effect. The same value is returned every time this function is called. For return value p and memory resource r, p->is_equal(r) returns &r == p.

-- cgit v1.2.3