From f5256e16dfc425c1d466f6308d4026d529ce9e0b Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Tue, 11 May 2010 21:36:01 +0000 Subject: 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 --- include/strstream | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'include/strstream') diff --git a/include/strstream b/include/strstream index 50f639f8c..955685759 100644 --- a/include/strstream +++ b/include/strstream @@ -1,7 +1,7 @@ // -*- C++ -*- //===--------------------------- strstream --------------------------------===// // -// ΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚΚ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. @@ -37,7 +37,7 @@ public: void freeze(bool freezefl = true); char* str(); - int pcount() const; + int pcount() const; protected: virtual int_type overflow (int_type c = EOF); @@ -76,7 +76,7 @@ public: char *str(); private: - strstreambuf sb; // exposition only + strstreambuf sb; // exposition only }; class ostrstream @@ -94,7 +94,7 @@ public: int pcount() const; private: - strstreambuf sb; // exposition only + strstreambuf sb; // exposition only }; class strstream @@ -120,7 +120,7 @@ public: char* str(); private: - strstreambuf sb; // exposition only + strstreambuf sb; // exposition only }; } // std @@ -160,7 +160,7 @@ public: void freeze(bool __freezefl = true); char* str(); - int pcount() const; + int pcount() const; protected: virtual int_type overflow (int_type __c = EOF); @@ -272,7 +272,7 @@ public: int pcount() const {return __sb_.pcount();} private: - strstreambuf __sb_; // exposition only + strstreambuf __sb_; // exposition only }; class strstream @@ -324,7 +324,7 @@ public: char* str() {return __sb_.str();} private: - strstreambuf __sb_; // exposition only + strstreambuf __sb_; // exposition only }; _LIBCPP_END_NAMESPACE_STD -- cgit v1.2.3