Unverified Commit ab225044 authored by Krystian Stasiowski's avatar Krystian Stasiowski Committed by GitHub
Browse files

[libc++] Fix usage of 'exclude_from_explicit_instantiation' attribute on local...

[libc++] Fix usage of 'exclude_from_explicit_instantiation' attribute on local class members (#89377)

#88777 adds a warning for when the `exclude_from_explicit_instantiation`
attribute is applied to local classes and members thereof. This patch
addresses the few instances of `exclude_from_explicit_instantiation`
being applied to local class members in libc++.
parent 6bbccd25
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment