summaryrefslogtreecommitdiffstats
path: root/include/strstream
diff options
context:
space:
mode:
authorHoward Hinnant <hhinnant@apple.com>2010-05-11 21:36:01 +0000
committerHoward Hinnant <hhinnant@apple.com>2010-05-11 21:36:01 +0000
commitf5256e16dfc425c1d466f6308d4026d529ce9e0b (patch)
tree4ed77b3a6bb33f25e79639e994e36cf038e29b24 /include/strstream
parenta535ffd99d3702ab065647e28e83c2b7d720be3d (diff)
downloadexternal_libcxx-f5256e16dfc425c1d466f6308d4026d529ce9e0b.tar.gz
external_libcxx-f5256e16dfc425c1d466f6308d4026d529ce9e0b.tar.bz2
external_libcxx-f5256e16dfc425c1d466f6308d4026d529ce9e0b.zip
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
Diffstat (limited to 'include/strstream')
-rw-r--r--include/strstream16
1 files changed, 8 insertions, 8 deletions
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