ios_base.h: Undef _IOS_BASE_SEEK_CUR and _IOS_BASE_SEEK_END at the end of the file.

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
This commit is contained in:
Paolo Carlini 2008-08-08 09:54:09 +00:00
parent 03c3034efe
commit 1de853b169
3 changed files with 13 additions and 1 deletions

View 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>

View File

@ -374,4 +374,6 @@ _GLIBCXX_BEGIN_NAMESPACE(std)
_GLIBCXX_END_NAMESPACE
#undef _CHAR_TRAITS_EOF
#endif

View 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 */