Opened 10 years ago
Last modified 10 years ago
#8382 new Feature Requests
Add a C++11 conforming make_exception_ptr — at Initial Version
Reported by: | viboes | Owned by: | Emil Dotchevski |
---|---|---|---|
Milestone: | To Be Determined | Component: | exception |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
template<class E> exception_ptr make_exception_ptr(E e) noexcept;
Note:
See TracTickets
for help on using tickets.