From b41e2d92982b1f3f1961db479a9d2a8801f71477 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 7 Jan 2011 19:56:20 +0000 Subject: Variadic templates example: a nearly-complete implementation of a TR1 function class template. llvm-svn: 123024 --- clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp') diff --git a/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp b/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp index 1652bc59551..ff8dfda7686 100644 --- a/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp +++ b/clang/test/CXX/temp/temp.decls/temp.variadic/example-tuple.cpp @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s // Example tuple implementation from the variadic templates proposal, -// ISO C++ committee document nmber N2080. +// ISO C++ committee document number N2080. // Helper type traits template -- cgit v1.2.3