Skip to content
Commit 6a1d0785 authored by Marshall Clow's avatar Marshall Clow
Browse files

Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are...

Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noexcept by default, so it's not really needed, but the other exception classes have the _NOEXCEPT, and gcc complains if these are missing. I think we should remove them all - but not today.

llvm-svn: 294142
parent 46663d55
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment