Ignore:
Timestamp:
2018-07-05T21:41:23Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4dfac1e
Parents:
a1c35cc
git-author:
Dzejrou <dzejrou@…> (2018-05-14 19:27:36)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: moved system_error what logic to runtime_error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/system_error.hpp

    ra1c35cc r4fba7ad  
    3131
    3232#include <internal/aux.hpp>
     33#include <internal/stringfwd.hpp>
    3334#include <stdexcept>
    3435
     
    340341            const error_code& code() const noexcept;
    341342
    342             const char* what() const noexcept override;
    343 
    344343        private:
    345344            error_code code_;
    346             string what_;
    347345    };
    348346
Note: See TracChangeset for help on using the changeset viewer.