Changeset c735afb in mainline for uspace/lib/cpp/include/__bits/stdexcept.hpp
- Timestamp:
- 2018-07-05T21:41:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 199b6d8
- Parents:
- b57a3ee
- git-author:
- Dzejrou <dzejrou@…> (2018-06-25 18:54:33)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/__bits/stdexcept.hpp
rb57a3ee rc735afb 49 49 50 50 protected: 51 c onst char* what_;51 char* what_; 52 52 }; 53 53 … … 96 96 97 97 protected: 98 c onst char* what_;98 char* what_; 99 99 }; 100 100
Note:
See TracChangeset
for help on using the changeset viewer.