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 0f04ab4 commit 66405e5Copy full SHA for 66405e5
1 file changed
include/libremidi/detail/conversion.hpp
@@ -20,8 +20,6 @@ struct cmidi2_error_domain : public stdx::error_domain
20
{
21
}
22
23
- virtual ~cmidi2_error_domain() = default;
24
-
25
stdx::string_ref name() const noexcept override { return "cmidi2_conversion"; }
26
27
bool equivalent(const stdx::error& lhs, const stdx::error& rhs) const noexcept override
0 commit comments