Skip to content

Commit 937b0fc

Browse files
committed
Fix CI
1 parent 1869900 commit 937b0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/status-code/std_error_code.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class _std_error_code_domain final : public status_code_domain
114114
static inline const _std_error_code_domain *get(_error_code_type ec);
115115

116116
protected:
117-
SYSTEM_ERROR2_CONSTEXPR20 virtual int _do_name(_vtable_name_args &args) const noexcept override
117+
virtual int _do_name(_vtable_name_args &args) const noexcept override
118118
{
119119
args.ret = string_ref(_name.c_str(), _name.size());
120120
return 0;

0 commit comments

Comments
 (0)