https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90397
--- Comment #3 from philip.salvaggio at mac dot com ---
Yep! I added the noexcept on there on my local version and that also resolved
the issue.
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 on line
263. I assume, that would imply that the noexcept's on the other overloads
would also need to be removed.
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: philip.salvaggio at mac dot com
Target Milestone: ---
Created attachment 46315
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46315&action=edit
Minimal example
Since upgrading to GCC 9.1.1, I am getting the fo