From 3cca2755cf10e61bdf5339c8f592623cc74c42f1 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Wed, 3 Oct 2012 23:08:44 +0000 Subject: [PATCH] add missing close tag [SVN r80834] --- 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.