Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit workaround for Clang bug to __clang_major__ <= 7
The bug https://bugs.llvm.org/show_bug.cgi?id=33222 is now fixed on Clang trunk, so the workaround won't be needed for Clang 8.0 and later. * include/std/variant (variant) [__clang__]: Limit workaround to Clang 7 and older. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@264271 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information