gcc/libstdc++-v3
Paolo Carlini 50e9ed7c6c basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, declare.
2009-10-20  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/basic_string.h (_S_construct(const _CharT*, size_type,
	const _Alloc&)): New, declare.
	(_S_construct(_CharT*, _CharT*, const _Alloc&),
	_S_construct(const _CharT*, const _CharT*, const _Alloc&),
	_S_construct(iterator, iterator, const _Alloc&),
	_S_construct(const_iterator, const_iterator, const _Alloc&)): New,
	forward to the latter.
	* include/bits/basic_string.tcc (_S_construct(const _CharT*,
	size_type, const _Alloc&)): Define.
	(basic_string(const basic_string&, size_type, size_type),
	basic_string(const basic_string&, size_type, size_type,
	const _Alloc&), basic_string(const _CharT*, size_type,
	const _Alloc&), basic_string(const _CharT*, const _Alloc&),
	basic_string(initializer_list<>, const _Alloc&)): Call the latter.
	* config/abi/pre/gnu.ver: Remove recently added exports.
	* src/string-inst.cc: Remove instantiations.

From-SVN: r153023
2009-10-20 16:24:18 +00:00
..
config basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, declare. 2009-10-20 16:24:18 +00:00
doc authors.xml: Update. 2009-10-15 02:51:30 +00:00
include basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, declare. 2009-10-20 16:24:18 +00:00
libsupc++ [multiple changes] 2009-10-05 17:42:00 +00:00
po Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 13:22:20 +00:00
python printers.py (StdTuplePrinter): New printer. 2009-10-20 13:52:34 +00:00
scripts [multiple changes] 2009-10-05 17:42:00 +00:00
src basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, declare. 2009-10-20 16:24:18 +00:00
testsuite stdatomic.h: Include cstdatomic if __cplusplus. 2009-10-16 20:17:39 +00:00
acinclude.m4 [multiple changes] 2009-10-05 17:42:00 +00:00
aclocal.m4 Regenerate tree using Autoconf 2.64 and Automake 1.11. 2009-08-22 13:22:20 +00:00
ChangeLog basic_string.h (_S_construct(const _CharT*, size_type, const _Alloc&)): New, declare. 2009-10-20 16:24:18 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
config.h.in [multiple changes] 2009-10-05 17:42:00 +00:00
configure [multiple changes] 2009-10-05 17:42:00 +00:00
configure.ac [multiple changes] 2009-10-05 17:42:00 +00:00
configure.host MAINTAINERS: Add myself as mep maintainer. 2009-06-24 00:16:25 -04:00
crossconfig.m4 crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets. 2009-06-02 19:15:03 +00:00
fragment.am
linkage.m4
Makefile.am Cleanups after the update to Autoconf 2.64, Automake 1.11. 2009-08-22 13:41:50 +00:00
Makefile.in Cleanups after the update to Autoconf 2.64, Automake 1.11. 2009-08-22 13:41:50 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.