From: Alexandre Oliva Date: Wed, 12 Jun 2024 03:16:20 +0000 (-0300) Subject: [libstdc++] drop workaround for clang<=7 X-Git-Tag: basepoints/gcc-16~8360 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da57b4562c5ada8971b6684b6aad1c996e1ef9cc;p=thirdparty%2Fgcc.git [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. ---