From 5d9d3643ef81da23170e708f34ba39dd642bb109 Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Tue, 28 Mar 2017 18:29:15 +0200 Subject: [PATCH] [meta.unary.prop] Fix index entry for is_aggregate. --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index b2b9b11933..2767ff17e8 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -15926,7 +15926,7 @@ can be marked with \tcode{final}. \end{note} & If \tcode{T} is a class type, \tcode{T} shall be a complete type. \\ \rowsep -\indexlibrary{\idxcode{is_aggregate_signed}!class}% +\indexlibrary{\idxcode{is_aggregate}}% \tcode{template }\br \tcode{struct is_aggregate;} & \tcode{T} is an aggregate type~(\ref{dcl.init.aggr}) &