https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90397
--- Comment #1 from philip.salvaggio at mac dot com --- I was able to rectify the issue by removing the noexcept in <variant> on line 263. I assume, that would imply that the noexcept's on the other overloads would also need to be removed.