diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-05-11 21:36:01 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-05-11 21:36:01 +0000 |
| commit | 5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0 (patch) | |
| tree | 9e474cfa73c5c4fc9ceafa2f9bb651c8492a3204 /libcxx/include/strstream | |
| parent | 0547ad38e334146599521e455d0d6f83a117a60e (diff) | |
| download | bcm5719-llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.tar.gz bcm5719-llvm-5b08a8a43254ed30bd953e869b0fd9fc1e8b82d0.zip | |
Wiped out some non-ascii characters that snuck into the copyright.
llvm-svn: 103516
Diffstat (limited to 'libcxx/include/strstream')
| -rw-r--r-- | libcxx/include/strstream | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libcxx/include/strstream b/libcxx/include/strstream index 50f639f8c5d..95568575945 100644 --- a/libcxx/include/strstream +++ b/libcxx/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 |

