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 1869900 commit 937b0fcCopy full SHA for 937b0fc
include/status-code/std_error_code.hpp
@@ -114,7 +114,7 @@ class _std_error_code_domain final : public status_code_domain
114
static inline const _std_error_code_domain *get(_error_code_type ec);
115
116
protected:
117
- SYSTEM_ERROR2_CONSTEXPR20 virtual int _do_name(_vtable_name_args &args) const noexcept override
+ virtual int _do_name(_vtable_name_args &args) const noexcept override
118
{
119
args.ret = string_ref(_name.c_str(), _name.size());
120
return 0;
0 commit comments