This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
We should have removed this function years ago. It was the originalname for std:make_exception_ptr in C++0x drafts, which we kept for backwards compatibility, but deprecated since 4.9.0.
It's not in any C++ standard, so should be removed now. * libsupc++/exception_ptr.h (copy_exception): Remove deprecated non-standard function. Tested powerpc64le-linux, committed to trunk.
Attachment:
patch.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |