Limit workaround for Clang bug to __clang_major__ <= 7
commita9267d6ad6bc6afe841216e3075dcec48b2e9eba
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Sep 2018 13:47:14 +0000 (13 13:47 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Sep 2018 13:47:14 +0000 (13 13:47 +0000)
treeaf442eb37f7378baf287f6ffc73cfbb4e52bf93d
parent23ea55583b24d06c7ff56d6823be53875f8629df
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
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/variant