Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Fix duplicate definition #2033

Merged
merged 1 commit into from Jan 6, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion src/core/stdcpp/exception.d
Expand Up @@ -59,7 +59,6 @@ else version (CRuntime_Glibc)
terminate_handler set_terminate(terminate_handler f) nothrow;
void terminate();

void unexpected();
pure bool uncaught_exception();

class exception
Expand Down