Index: test/support/nasty_containers.hpp =================================================================== --- test/support/nasty_containers.hpp +++ test/support/nasty_containers.hpp @@ -287,7 +287,7 @@ nasty_mutex() _NOEXCEPT {} ~nasty_mutex() {} - nasty_mutex *operator& () { assert(false); } + nasty_mutex *operator& () { assert(false); return nullptr; } template void operator, (const T &) { assert(false); }