Changeset 3740656 in mainline for uspace/lib/cpp/include/exception


Ignore:
Timestamp:
2018-07-05T21:41:17Z (7 years ago)
Author:
Dzejrou <dzejrou@…>
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)
Message:

cpp: added the rest of the C++11 memory allocation/deallocation operators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/exception

    ra1aecb1 r3740656  
    3939                exception(const exception&) = default;
    4040                exception& operator=(const exception&) noexcept;
    41                 virtual const char *what() const;
     41                virtual const char* what() const;
    4242                virtual ~exception() = default;
    4343};
Note: See TracChangeset for help on using the changeset viewer.