From 9ca5c425826329d5b23300bbc8a1a7c10a19c64d Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 13 Oct 2011 22:29:44 +0000 Subject: Update all tests other than Driver/std.cpp to use -std=c++11 rather than -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900 --- clang/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp') diff --git a/clang/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp b/clang/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp index 83db1719b76..db28eea98a5 100644 --- a/clang/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp +++ b/clang/test/CXX/temp/temp.decls/temp.variadic/example-bind.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s +// RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s // Example bind implementation from the variadic templates proposal, // ISO C++ committee document number N2080. -- cgit v1.2.3