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:
858a51f
Parents:
1b6477e
git-author:
Jaroslav Jindrak <dzejrou@…> (2017-10-11 20:11:12)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:17)
Message:

cpp: added stubs for dynamic_cast and level 1 unwinding

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/internal/abi.hpp

    r1b6477e ref9d0988  
    144144    };
    145145
     146    extern "C" void* __dynamic_cast(const void*, const __class_type_info*,
     147                                    const __class_type_info*, std::ptrdiff_t);
    146148}
    147149
Note: See TracChangeset for help on using the changeset viewer.