From 0f406f9cf01dee24ef339079ef4475a498b419ac Mon Sep 17 00:00:00 2001 From: Agustin K-ballo Berge Date: Thu, 14 Dec 2017 17:14:26 -0300 Subject: [PATCH] [refwrap] Fix wrong use of "shall" --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index d243dd07c2..a60e3b8c68 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -13256,7 +13256,7 @@ around a reference to an object or function of type \tcode{T}. \pnum -\tcode{reference_wrapper} shall be a trivially copyable type\iref{basic.types}. +\tcode{reference_wrapper} is a trivially copyable type\iref{basic.types}. \rSec3[refwrap.const]{\tcode{reference_wrapper} construct/copy/destroy}