[Bug c++/90397] Incompatibility with clang-tidy on std::variant

2019-05-08 Thread philip.salvaggio at mac dot com
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.

[Bug c++/90397] Incompatibility with clang-tidy on std::variant

2019-05-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90397 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/90397] Incompatibility with clang-tidy on std::variant

2019-05-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90397 Jonathan Wakely changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org Targe