r195936 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Feb 11 00:19:00 GMT 2013


Author: redi
Date: Mon Feb 11 00:19:29 2013
New Revision: 195936

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195936
Log:
	PR libstdc++/56267
	* include/bits/hashtable.h (__cache_default): Check if hash function
	is copy assignable.
	* testsuite/23_containers/unordered_set/56267.cc: New.
	* testsuite/23_containers/unordered_set/instantiation_neg.cc: Adjust
	dg-error line number.
	* testsuite/23_containers/unordered_set/
	not_default_constructible_hash_neg.cc: Likewise.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/unordered_set/56267.cc
      - copied, changed from r195935, trunk/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/hashtable.h
    trunk/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
    trunk/libstdc++-v3/testsuite/23_containers/unordered_set/not_default_constructible_hash_neg.cc



More information about the Libstdc++-cvs mailing list