r169727 - in /branches/google/integration/libst...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Wed Feb 2 18:12:00 GMT 2011


Author: dnovillo
Date: Wed Feb  2 18:12:46 2011
New Revision: 169727

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169727
Log:
2011-01-31  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/c++config (_GLIBCXX_DEPRECATED): To
	_GLIBCXX_USE_DEPRECATED.
	(_GLIBCXX_DEPRECATED_ATTR): To _GLIBCXX_DEPRECATED.
	* doc/xml/manual/using.xml: Same.
	* include/std/memory: Same.
	* include/std/streambuf: Same.
	* include/bits/shared_ptr.h: Same.
	* include/bits/unique_ptr.h: Same.
	* include/bits/shared_ptr_base.h: Same.
	* include/bits/stl_function.h: Same.
	* include/tr1/shared_ptr.h: Same.
	* include/backward/auto_ptr.h: Same.
	* include/backward/binders.h: Same.

Modified:
    branches/google/integration/libstdc++-v3/ChangeLog
    branches/google/integration/libstdc++-v3/doc/xml/manual/using.xml
    branches/google/integration/libstdc++-v3/include/backward/auto_ptr.h
    branches/google/integration/libstdc++-v3/include/backward/binders.h
    branches/google/integration/libstdc++-v3/include/bits/c++config
    branches/google/integration/libstdc++-v3/include/bits/shared_ptr.h
    branches/google/integration/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/google/integration/libstdc++-v3/include/bits/stl_function.h
    branches/google/integration/libstdc++-v3/include/bits/unique_ptr.h
    branches/google/integration/libstdc++-v3/include/std/memory
    branches/google/integration/libstdc++-v3/include/std/streambuf
    branches/google/integration/libstdc++-v3/include/tr1/shared_ptr.h



More information about the Gcc-cvs mailing list