Re: [PATCH 1/3] Fix tests for std::variant to match original intention

2019-04-17 Thread Ville Voutilainen
On Wed, 17 Apr 2019 at 19:07, Jonathan Wakely wrote: > > * testsuite/20_util/variant/compile.cc (MoveCtorOnly): Fix type to > actually match its name. > (MoveCtorAndSwapOnly): Define new type that adds swap to MoveCtorOnly. > (test_swap()): Fix result for MoveCtorOn

[PATCH 1/3] Fix tests for std::variant to match original intention

2019-04-17 Thread Jonathan Wakely
* testsuite/20_util/variant/compile.cc (MoveCtorOnly): Fix type to actually match its name. (MoveCtorAndSwapOnly): Define new type that adds swap to MoveCtorOnly. (test_swap()): Fix result for MoveCtorOnly and check MoveCtorAndSwapOnly. Tested powerpc64le-l