From b35ef27b3585795f301eb9fa210eae4f06485050 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Wed, 3 Oct 2012 23:09:58 +0000 Subject: [PATCH] add missing close tag [SVN r80835] --- utility.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utility.htm b/utility.htm index c46c515..94920c3 100644 --- a/utility.htm +++ b/utility.htm @@ -168,7 +168,7 @@ void f() { TN)>::type names the type decltype(boost::declval<F>()(boost::declval<T1>(), boost::declval<T2>(), ..., - boost::declval<TN>())), as in the + boost::declval<TN>())), as in the following example.