Changeset 15f2306 in mainline
- 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:
- a6139852
- Parents:
- f2f85283
- git-author:
- Dzejrou <dzejrou@…> (2018-06-05 13:27:30)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:24)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/src/__bits/runtime.cpp
rf2f85283 r15f2306 63 63 * call of a pure virtual function cannot be made. 64 64 */ 65 extern "C" void __cxa_pure_ call()65 extern "C" void __cxa_pure_virtual() 66 66 { 67 67 std::terminate();
Note:
See TracChangeset
for help on using the changeset viewer.