gcc/libstdc++-v3/testsuite/29_atomics
Jonathan Wakely 432b6d9572 Make test helper work with non-copyable types
* testsuite/util/testsuite_common_types.h
	(bitwise_assignment_operators): Use direct-initialization for C++11
	and later, to avoid CopyConstructible requirement.
	* testsuite/29_atomics/atomic/cons/assign_neg.cc: Adjust dg-error
	line numbers.
	* testsuite/29_atomics/atomic/cons/copy_neg.cc: Likewise.
	* testsuite/29_atomics/atomic_integral/cons/assign_neg.cc: Likewise.
	* testsuite/29_atomics/atomic_integral/cons/copy_neg.cc: Likewise.
	* testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc:
	Adjust expected errors and line numbers.

From-SVN: r241047
2016-10-12 14:30:49 +01:00
..
atomic Make test helper work with non-copyable types 2016-10-12 14:30:49 +01:00
atomic_flag Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00
atomic_integral Make test helper work with non-copyable types 2016-10-12 14:30:49 +01:00
headers/atomic Use effective-target instead of -std options 2016-08-26 12:41:37 +01:00