| 7740 | |
| 7741 | template<typename Fun> |
| 7742 | Detail::CompleteType_t<FunctionReturnType<Fun>> user_code(Fun &&fun) |
| 7743 | { |
| 7744 | CATCH_TRY { return Detail::complete_invoke(std::forward<Fun>(fun)); } |
| 7745 | CATCH_CATCH_ALL |
| 7746 | { |
| 7747 | getResultCapture().benchmarkFailed(translateActiveException()); |