Mercurial > hg > CbC > CbC_gcc
changeset 158:494b0b89df80 default tip
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 25 May 2020 18:13:55 +0900 |
parents | dafe684d005c |
children | |
files | libstdc++-v3/include/std/system_error |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libstdc++-v3/include/std/system_error Mon May 25 18:08:54 2020 +0900 +++ b/libstdc++-v3/include/std/system_error Mon May 25 18:13:55 2020 +0900 @@ -127,7 +127,7 @@ equivalent(int __i, const error_condition& __cond) const noexcept; virtual bool - equivalent(const error_code& __code, int __i) const noexcept; + equivalent(const error_code& __code0, int __i) const noexcept; bool operator<(const error_category& __other) const noexcept