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 8acde4b..1c50b97 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 85e4167..52158ef 100644 (file)
@@ -374,4 +374,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
 
 _GLIBCXX_END_NAMESPACE
 
+#undef _CHAR_TRAITS_EOF
+
 #endif
index 8b55028..6e2cef6 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 */