gcc/libstdc++-v3
François Dumont f7279c1a01 hashtable.h (_Hashtable(allocator_type)): Fix call to delegated constructor.
2014-03-23  François Dumont  <fdumont@gcc.gnu.org>

	* include/bits/hashtable.h (_Hashtable(allocator_type)): Fix call
	to delegated constructor.
	(_Hashtable(size_type, _H1, key_equal, allocator_type)): Likewise.
	(_Hashtable<_It>(_It, _It, size_type, _H1, key_equal, allocator_type)):
	Likewise.
	(_Hashtable(
	initializer_list, size_type, _H1, key_equal, allocator_type)): Likewise.

From-SVN: r208775
2014-03-23 20:19:11 +00:00
..
config re PR libstdc++/60623 (FAIL: libstdc++-abi/abi_check) 2014-03-23 15:12:38 +00:00
doc [libstdc++,docs] After the latest batch of papers came out I updated the status docs. 2014-03-06 01:31:39 +00:00
include hashtable.h (_Hashtable(allocator_type)): Fix call to delegated constructor. 2014-03-23 20:19:11 +00:00
libsupc++ PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception handler 2014-03-12 22:42:13 +00:00
po Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
python Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
scripts [multiple changes] 2014-03-16 20:32:47 +00:00
src re PR libstdc++/59680 (Compile error in thread.cc) 2014-01-09 23:39:31 +00:00
testsuite re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) dereferences begin too eagerly) 2014-03-21 18:54:06 +00:00
ChangeLog hashtable.h (_Hashtable(allocator_type)): Fix call to delegated constructor. 2014-03-23 20:19:11 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013 Fix up ChangeLog Copyright dates. 2014-01-09 21:08:22 +01:00
Makefile.am Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
Makefile.in Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
README
acinclude.m4 acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo. 2014-01-26 11:23:07 +00:00
aclocal.m4
config.h.in acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function. 2014-01-23 21:17:15 +00:00
configure crossconfig.m4: Support spu-*-elf* targets. 2014-03-20 18:57:07 +00:00
configure.ac acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function. 2014-01-23 21:17:15 +00:00
configure.host codecvt_members.cc: Fix typo. 2013-07-04 22:07:44 +01:00
crossconfig.m4 crossconfig.m4: Support spu-*-elf* targets. 2014-03-20 18:57:07 +00:00
fragment.am Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
linkage.m4

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.