You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use __has_feature(cxx_exceptions) to detect exceptions on Clang
Fixes MOODYCAMEL_EXCEPTIONS_ENABLED misdetection under Objective-C++,
where __EXCEPTIONS can be set for ObjC exceptions with C++ exceptions
off. Refs #435.
0 commit comments