comparison libstdc++-v3/include/std/system_error @ 158:494b0b89df80 default tip

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Mon, 25 May 2020 18:13:55 +0900
parents 1830386684a0
children
comparison
equal deleted inserted replaced
157:dafe684d005c 158:494b0b89df80
125 125
126 virtual bool 126 virtual bool
127 equivalent(int __i, const error_condition& __cond) const noexcept; 127 equivalent(int __i, const error_condition& __cond) const noexcept;
128 128
129 virtual bool 129 virtual bool
130 equivalent(const error_code& __code, int __i) const noexcept; 130 equivalent(const error_code& __code0, int __i) const noexcept;
131 131
132 bool 132 bool
133 operator<(const error_category& __other) const noexcept 133 operator<(const error_category& __other) const noexcept
134 { return less<const error_category*>()(this, &__other); } 134 { return less<const error_category*>()(this, &__other); }
135 135