From dd07662b683d59f8dd56762104bbc350dfd4fd02 Mon Sep 17 00:00:00 2001 From: Arthur O'Dwyer Date: Wed, 8 Nov 2017 20:26:51 -0800 Subject: [PATCH] [tuple.cnstr] \tcode one instance of "tuple". --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index abd8b0fce7..fba153127a 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -1254,7 +1254,7 @@ constexpr functions. \pnum -The destructor of tuple shall be a trivial destructor if +The destructor of \tcode{tuple} shall be a trivial destructor if \tcode{(is_trivially_destructible_v \&\& ...)} is \tcode{true}.