[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
Please register or sign in to comment