Wiped out some non-ascii characters that snuck into the copyright.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@103516 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2010-05-11 21:36:01 +00:00
parent a535ffd99d
commit f5256e16df
3670 changed files with 3684 additions and 3684 deletions

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- __config ---------------------------------===// //===--------------------------- __config ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
@ -179,7 +179,7 @@ __stdinbuf<_CharT>::pbackfail(int_type __c)
while (__enxt > __extbuf) while (__enxt > __extbuf)
if (ungetc(*--__enxt, __file_) == EOF) if (ungetc(*--__enxt, __file_) == EOF)
return traits_type::eof(); return traits_type::eof();
return traits_type::not_eof(__c); return traits_type::not_eof(__c);
} }
// __stdoutbuf // __stdoutbuf

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- algorithm ---------------------------------===// //===-------------------------- algorithm ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- array -----------------------------------===// //===---------------------------- array -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- bitset ----------------------------------===// //===---------------------------- bitset ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- cassert -----------------------------------===// //===-------------------------- cassert -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- ccomplex ---------------------------------===// //===--------------------------- ccomplex ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- cctype ----------------------------------===// //===---------------------------- cctype ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- cerrno ------------------------------------===// //===-------------------------- cerrno ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- cctype ----------------------------------===// //===---------------------------- cctype ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cfloat -----------------------------------===// //===--------------------------- cfloat -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- chrono ----------------------------------===// //===---------------------------- chrono ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cinttypes --------------------------------===// //===--------------------------- cinttypes --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- ciso646 ----------------------------------===// //===--------------------------- ciso646 ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- climits ----------------------------------===// //===--------------------------- climits ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- clocale ----------------------------------===// //===--------------------------- clocale ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- cmath -----------------------------------===// //===---------------------------- cmath -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- complex ----------------------------------===// //===--------------------------- complex ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- complex.h --------------------------------===// //===--------------------------- complex.h --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------- condition_variable ----------------------------===// //===---------------------- condition_variable ----------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- csetjmp ----------------------------------===// //===--------------------------- csetjmp ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- csignal ----------------------------------===// //===--------------------------- csignal ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cstdarg ----------------------------------===// //===--------------------------- cstdarg ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cstdbool ---------------------------------===// //===--------------------------- cstdbool ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cstddef ----------------------------------===// //===--------------------------- cstddef ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cstdint ----------------------------------===// //===--------------------------- cstdint ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- cstdio ----------------------------------===// //===---------------------------- cstdio ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cstdlib ----------------------------------===// //===--------------------------- cstdlib ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cstring ----------------------------------===// //===--------------------------- cstring ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- ctgmath -----------------------------------===// //===-------------------------- ctgmath -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- ctime -----------------------------------===// //===---------------------------- ctime -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cwchar -----------------------------------===// //===--------------------------- cwchar -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- cwctype ----------------------------------===// //===--------------------------- cwctype ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- deque -----------------------------------===// //===---------------------------- deque -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- exception ---------------------------------===// //===-------------------------- exception ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- hash_map ----------------------------------===// //===-------------------------- hash_map ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===------------------------- hash_set ------------------------------------===// //===------------------------- hash_set ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------- forward_list ---------------------------------===// //===----------------------- forward_list ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===------------------------- fstream ------------------------------------===// //===------------------------- fstream ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===------------------------ functional ----------------------------------===// //===------------------------ functional ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- future -----------------------------------===// //===--------------------------- future -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
@ -388,7 +388,7 @@ template <class F, class... Args>
future<typename result_of<F(Args...)>::type> future<typename result_of<F(Args...)>::type>
async(launch policy, F&& f, Args&&... args); async(launch policy, F&& f, Args&&... args);
template <class> class packaged_task; // undefined template <class> class packaged_task; // undefined
template <class R, class... ArgTypes> template <class R, class... ArgTypes>
class packaged_task<R(ArgTypes...)> class packaged_task<R(ArgTypes...)>

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------- initializer_list -----------------------------===// //===----------------------- initializer_list -----------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- iomanip ----------------------------------===// //===--------------------------- iomanip ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- ios -------------------------------------===// //===---------------------------- ios -------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- iosfwd -----------------------------------===// //===--------------------------- iosfwd -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- iostream ---------------------------------===// //===--------------------------- iostream ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- istream ----------------------------------===// //===--------------------------- istream ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- iterator ----------------------------------===// //===-------------------------- iterator ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- limits ----------------------------------===// //===---------------------------- limits ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- list ------------------------------------===// //===---------------------------- list ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- locale ------------------------------------===// //===-------------------------- locale ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------- map ------------------------------------===// //===----------------------------- map ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- memory ------------------------------------===// //===-------------------------- memory ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- mutex ------------------------------------===// //===--------------------------- mutex ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===----------------------------- new ------------------------------------===// //===----------------------------- new ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- numeric ---------------------------------===// //===---------------------------- numeric ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- ostream -----------------------------------===// //===-------------------------- ostream -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- queue ------------------------------------===// //===--------------------------- queue ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- random -----------------------------------===// //===--------------------------- random -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- ratio -----------------------------------===// //===---------------------------- ratio -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- set -------------------------------------===// //===---------------------------- set -------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- sstream ----------------------------------===// //===--------------------------- sstream ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- stack -----------------------------------===// //===---------------------------- stack -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- stdbool.h --------------------------------===// //===--------------------------- stdbool.h --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
@ -31,13 +31,13 @@ Macros:
#ifndef __cplusplus #ifndef __cplusplus
#define bool _Bool #define bool _Bool
#if __STDC_VERSION__ < 199901L && __GNUC__ < 3 #if __STDC_VERSION__ < 199901L && __GNUC__ < 3
typedef int _Bool; typedef int _Bool;
#endif #endif
#define false (bool)0 #define false (bool)0
#define true (bool)1 #define true (bool)1
#endif /* !__cplusplus */ #endif /* !__cplusplus */

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- stdexcept --------------------------------===// //===--------------------------- stdexcept --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===------------------------- streambuf ----------------------------------===// //===------------------------- streambuf ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- string -----------------------------------===// //===--------------------------- string -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- strstream --------------------------------===// //===--------------------------- strstream --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
@ -37,7 +37,7 @@ public:
void freeze(bool freezefl = true); void freeze(bool freezefl = true);
char* str(); char* str();
int pcount() const; int pcount() const;
protected: protected:
virtual int_type overflow (int_type c = EOF); virtual int_type overflow (int_type c = EOF);
@ -76,7 +76,7 @@ public:
char *str(); char *str();
private: private:
strstreambuf sb; // exposition only strstreambuf sb; // exposition only
}; };
class ostrstream class ostrstream
@ -94,7 +94,7 @@ public:
int pcount() const; int pcount() const;
private: private:
strstreambuf sb; // exposition only strstreambuf sb; // exposition only
}; };
class strstream class strstream
@ -120,7 +120,7 @@ public:
char* str(); char* str();
private: private:
strstreambuf sb; // exposition only strstreambuf sb; // exposition only
}; };
} // std } // std
@ -160,7 +160,7 @@ public:
void freeze(bool __freezefl = true); void freeze(bool __freezefl = true);
char* str(); char* str();
int pcount() const; int pcount() const;
protected: protected:
virtual int_type overflow (int_type __c = EOF); virtual int_type overflow (int_type __c = EOF);
@ -272,7 +272,7 @@ public:
int pcount() const {return __sb_.pcount();} int pcount() const {return __sb_.pcount();}
private: private:
strstreambuf __sb_; // exposition only strstreambuf __sb_; // exposition only
}; };
class strstream class strstream
@ -324,7 +324,7 @@ public:
char* str() {return __sb_.str();} char* str() {return __sb_.str();}
private: private:
strstreambuf __sb_; // exposition only strstreambuf __sb_; // exposition only
}; };
_LIBCPP_END_NAMESPACE_STD _LIBCPP_END_NAMESPACE_STD

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===---------------------------- system_error ----------------------------===// //===---------------------------- system_error ----------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- tgmath.h ----------------------------------===// //===-------------------------- tgmath.h ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- thread -----------------------------------===// //===--------------------------- thread -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===--------------------------- tuple ------------------------------------===// //===--------------------------- tuple ------------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===------------------------ type_traits ---------------------------------===// //===------------------------ type_traits ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.
@ -116,7 +116,7 @@ namespace std
template <class Base, class Derived> struct is_base_of; template <class Base, class Derived> struct is_base_of;
template <class From, class To> struct is_convertible; template <class From, class To> struct is_convertible;
template <class From, class To> struct is_explicitly_convertible; template <class From, class To> struct is_explicitly_convertible;
template <classÊT> struct underlying_type; template <class T> struct underlying_type;
// Alignment properties and transformations: // Alignment properties and transformations:
template <class T> struct alignment_of; template <class T> struct alignment_of;

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- typeindex ---------------------------------===// //===-------------------------- typeindex ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- typeinfo ----------------------------------===// //===-------------------------- typeinfo ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- unordered_map -----------------------------===// //===-------------------------- unordered_map -----------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- unordered_set -----------------------------===// //===-------------------------- unordered_set -----------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- utility -----------------------------------===// //===-------------------------- utility -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===-------------------------- valarray ----------------------------------===// //===-------------------------- valarray ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
//===------------------------------ vector --------------------------------===// //===------------------------------ vector --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===----------------------- algorithm.cpp --------------------------------===// //===----------------------- algorithm.cpp --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===-------------------------- bind.cpp ----------------------------------===// //===-------------------------- bind.cpp ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===------------------------- chrono.cpp ---------------------------------===// //===------------------------- chrono.cpp ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===-------------------- condition_variable.cpp --------------------------===// //===-------------------- condition_variable.cpp --------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===-------------------------- hash.cpp ----------------------------------===// //===-------------------------- hash.cpp ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===-------------------------- ios.cpp -----------------------------------===// //===-------------------------- ios.cpp -----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===------------------------ iostream.cpp --------------------------------===// //===------------------------ iostream.cpp --------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===------------------------- locale.cpp ---------------------------------===// //===------------------------- locale.cpp ---------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

View File

@ -1,6 +1,6 @@
//===------------------------ memory.cpp ----------------------------------===// //===------------------------ memory.cpp ----------------------------------===//
// //
// ÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊÊThe LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //
// This file is distributed under the University of Illinois Open Source // This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details. // License. See LICENSE.TXT for details.

Some files were not shown because too many files have changed in this diff Show More