Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
Cr-Mirrored-From: sso://chromium.googlesource.com/_direct/external/github.com/llvm/llvm-project
Cr-Mirrored-Commit: 5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0
diff --git a/include/future b/include/future
index 96230e7..54b751f 100644
--- a/include/future
+++ b/include/future
@@ -1,7 +1,7 @@
// -*- C++ -*-
//===--------------------------- future -----------------------------------===//
//
-// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure
+// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
@@ -388,7 +388,7 @@
future<typename result_of<F(Args...)>::type>
async(launch policy, F&& f, Args&&... args);
-template <class> class packaged_task; // undefined
+template <class> class packaged_task; // undefined
template <class R, class... ArgTypes>
class packaged_task<R(ArgTypes...)>