r196162 - in /trunk/libstdc++-v3: ChangeLog doc...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Wed Feb 20 01:52:00 GMT 2013


Author: bkoz
Date: Wed Feb 20 01:52:36 2013
New Revision: 196162

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196162
Log:
2013-02-19  Benjamin Kosnik  <bkoz@redhat.com>

	* doc/doxygen/user.cfg.in: Set __cplusplus to 201103L. Change to
	_GLIBCXX_INCLUDE_AS_CXX11. DIRECTORY_GRAPH, MARKDOWN_SUPPORT,
	AUTOLINK_SUPPORT to NO. Update to doxygen 1.8.3.1.
	* include/bits/stl_pair.h: Add to utilities group.
	* include/std/tuple: Same.
	* include/std/typeindex: Same.

	* include/bits/stringfwd.h: Fix markup.
	* include/std/limits: Same.
	* include/std/type_traits: Same.
	* include/tr1/memory: Same.
	* include/tr1/regex: Same.
	* scripts/run_doxygen: Comment.
	* testsuite/20_util/uses_allocator/cons_neg.cc: Fixup line numbers.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/doxygen/user.cfg.in
    trunk/libstdc++-v3/include/bits/stl_pair.h
    trunk/libstdc++-v3/include/bits/stringfwd.h
    trunk/libstdc++-v3/include/std/limits
    trunk/libstdc++-v3/include/std/tuple
    trunk/libstdc++-v3/include/std/type_traits
    trunk/libstdc++-v3/include/std/typeindex
    trunk/libstdc++-v3/include/tr1/memory
    trunk/libstdc++-v3/include/tr1/regex
    trunk/libstdc++-v3/scripts/run_doxygen
    trunk/libstdc++-v3/testsuite/20_util/uses_allocator/cons_neg.cc



More information about the Libstdc++-cvs mailing list