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 a398b6d commit cf5e528Copy full SHA for cf5e528
components/core/src/clp/ffi/ir_stream/IrErrorCode.cpp
@@ -3,8 +3,7 @@
3
#include <string>
4
5
using clp::ffi::ir_stream::IrErrorCodeEnum;
6
-using IrErrorCategory
7
- = ystdlib::error_handling::ErrorCategory<clp::ffi::ir_stream::IrErrorCodeEnum>;
+using IrErrorCategory = ystdlib::error_handling::ErrorCategory<IrErrorCodeEnum>;
8
9
template <>
10
auto IrErrorCategory::name() const noexcept -> char const* {
0 commit comments