Searched refs:move2 (Results 1 – 1 of 1) sorted by relevance
373 oneapi::tbb::combinable<T> move2; in RunAssignmentAndCopyConstructorTest() local374 move2=std::move(copy1); in RunAssignmentAndCopyConstructorTest()375 …REQUIRE_MESSAGE(7 == move2.combine(my_combine<T>), "Unexpected combine result for move-assigned co… in RunAssignmentAndCopyConstructorTest()