| 100 | mutable bool clear_current_error_; |
| 101 | |
| 102 | bool is_current_exception() const noexcept |
| 103 | { |
| 104 | return tls::read_current_error_id() == unsigned(error_id::value()); |
| 105 | } |
| 106 | |
| 107 | error_id get_error_id() const noexcept override |
| 108 | { |
nothing calls this directly
no test coverage detected