Changeset 3740656 in mainline for uspace/lib/cpp/include/exception
- Timestamp:
- 2018-07-05T21:41:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c2c1966
- Parents:
- a1aecb1
- git-author:
- Jaroslav Jindrak <dzejrou@…> (2017-10-09 16:33:43)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/exception
ra1aecb1 r3740656 39 39 exception(const exception&) = default; 40 40 exception& operator=(const exception&) noexcept; 41 virtual const char *what() const;41 virtual const char* what() const; 42 42 virtual ~exception() = default; 43 43 };
Note:
See TracChangeset
for help on using the changeset viewer.