ios_base.h: Undef _IOS_BASE_SEEK_CUR and _IOS_BASE_SEEK_END at the end of the file.
authorPaolo Carlini <paolo@gcc.gnu.org>
Fri, 8 Aug 2008 09:54:09 +0000 (09:54 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Fri, 8 Aug 2008 09:54:09 +0000 (09:54 +0000)
2008-08-08  Paolo Carlini  <paolo.carlini@oracle.com>

* include/bits/ios_base.h: Undef _IOS_BASE_SEEK_CUR and
_IOS_BASE_SEEK_END at the end of the file.
* include/bits/char_traits.h: Likewise for _CHAR_TRAITS_EOF.

From-SVN: r138862

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/char_traits.h
libstdc++-v3/include/bits/ios_base.h

index 8acde4bf563525d85cbf64d1237b23ef9b85ab3c..1c50b97198923c1925f63bf1343c2040af5627fa 100644 (file)
@@ -1,6 +1,13 @@
+2008-08-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/bits/ios_base.h: Undef _IOS_BASE_SEEK_CUR and
+       _IOS_BASE_SEEK_END at the end of the file.
+       * include/bits/char_traits.h: Likewise for _CHAR_TRAITS_EOF.
+
 2008-08-07  Stephen M. Webb  <stephenw@xandros.com>
 
-       * include/tr1_impl/regex (match_results): Add cbegin()/cend() per N2691 WD.
+       * include/tr1_impl/regex (match_results<>::cbegin, cend): Add, per
+       N2691 WD.
 
 2008-08-06  Paolo Carlini  <paolo.carlini@oracle.com>
 
index 85e4167758e16acb02d09ff3d66635e7facc0952..52158efff3367386a6ee4d5510deabbbf3170188 100644 (file)
@@ -374,4 +374,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
 
 _GLIBCXX_END_NAMESPACE
 
+#undef _CHAR_TRAITS_EOF
+
 #endif
index 8b55028c537cfc776af4cada4c7772775bc09a78..6e2cef6a342df411238995c72aa92eab54883007 100644 (file)
@@ -976,5 +976,8 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
 
 _GLIBCXX_END_NAMESPACE
 
+#undef _IOS_BASE_SEEK_CUR
+#undef _IOS_BASE_SEEK_END
+
 #endif /* _IOS_BASE_H */