mpark / variant

C++17 `std::variant` for C++11/14/17
https://mpark.github.io/variant
Boost Software License 1.0
664 stars 87 forks source link

GCC<=4.9: Exceptions #76

Closed ax3l closed 3 years ago

ax3l commented 3 years ago

GCC 4.8 and 4.9 support exceptions, but are not detected as such. This adds exception support for those compilers.

Detection taken from nlohmann/json:

ax3l commented 3 years ago

@mpark friendly ping :)

ax3l commented 3 years ago

@mpark friendly reminder :)

mpark commented 3 years ago

Sorry for the delay. Merged.