We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1816d8 commit f766ca8Copy full SHA for f766ca8
thrust/detail/event_error.h
@@ -106,8 +106,11 @@ inline error_category const& event_category()
106
return result;
107
}
108
109
+namespace system
110
+{
111
/// Specialization of \p is_error_code_enum for \p event_errc.
112
template<> struct is_error_code_enum<event_errc> : true_type {};
113
+} // end system
114
115
/// \return <tt>error_code(static_cast<int>(e), event_category())</tt>
116
inline error_code make_error_code(event_errc e)
0 commit comments