Changeset 4fba7ad in mainline for uspace/lib/cpp/include/impl/system_error.hpp
- Timestamp:
- 2018-07-05T21:41:23Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/system_error.hpp
ra1c35cc r4fba7ad 31 31 32 32 #include <internal/aux.hpp> 33 #include <internal/stringfwd.hpp> 33 34 #include <stdexcept> 34 35 … … 340 341 const error_code& code() const noexcept; 341 342 342 const char* what() const noexcept override;343 344 343 private: 345 344 error_code code_; 346 string what_;347 345 }; 348 346
Note:
See TracChangeset
for help on using the changeset viewer.