Commit 990666d0 by Jonathan Wakely Committed by Jonathan Wakely

Remove unnecessary string literals from static_assert in C++17 tests

The string literal is optional in C++17 and all these are empty so add
no value.

	* testsuite/20_util/variant/compile.cc: Remove empty string literals
	from static_assert declarations.

From-SVN: r270424
parent 9d3e662d
2019-04-17 Jonathan Wakely <jwakely@redhat.com>
* testsuite/20_util/variant/compile.cc: Remove empty string literals
from static_assert declarations.
* testsuite/20_util/variant/compile.cc (MoveCtorOnly): Fix type to
actually match its name.
(MoveCtorAndSwapOnly): Define new type that adds swap to MoveCtorOnly.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment