]> git.ipfire.org Git - thirdparty/gcc.git/commit
[libstdc++] drop workaround for clang<=7
authorAlexandre Oliva <oliva@adacore.com>
Wed, 12 Jun 2024 03:16:20 +0000 (00:16 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Wed, 12 Jun 2024 03:16:20 +0000 (00:16 -0300)
commitda57b4562c5ada8971b6684b6aad1c996e1ef9cc
treef867461b4d4f119dc28aba96147f0cba07f4ea1a
parent7fa4b335b1ae6824893528eae56fb01ec15b6bc5
[libstdc++] drop workaround for clang<=7

In response to a request in the review of the patch that introduced
_GLIBCXX_CLANG, this patch removes from std/variant an obsolete
workaround for clang 7-.

for  libstdc++-v3/ChangeLog

* include/std/variant: Drop obsolete workaround.