diff --git a/xml/issue3976.xml b/xml/issue3976.xml index 799d7b2bd3..39c51c34a1 100644 --- a/xml/issue3976.xml +++ b/xml/issue3976.xml @@ -26,7 +26,7 @@ sentence, such as an allocator_type member. Perhaps we want to say a co type X is allocator-aware using allocator A if […], and then that basic_string and containers that are not otherwise allocator aware are are treated as-if they were allocator-aware using std::allocator<typename X::value_type> (where value_type -is already guaranteed to exist by the basic container requirements). +is already guaranteed to exist by the container requirements, p1).