Searched refs:handleCustomErrorUPVoid (Results 1 – 1 of 1) sorted by relevance
93 static void handleCustomErrorUPVoid(std::unique_ptr<CustomError> CE) {} in handleCustomErrorUPVoid() function237 handleAllErrors(make_error<CustomError>(42), handleCustomErrorUPVoid); in TEST()