| 626 | bool equivalent( std::error_code const &, int ) const noexcept override { return false; } |
| 627 | char const * name() const noexcept override { return "LEAF error"; } |
| 628 | std::string message( int ) const override { return name(); } |
| 629 | public: |
| 630 | ~leaf_error_category() noexcept override { } |
| 631 | }; |