You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[meta.define.static] qualify names from namespace meta
Within library wording we don't do ADL, only unqualified lookup (as per
[contents] p3). This means that all the metafunctions in namespace std
need to qualify names from namespace std::meta in order to find them.
This also fixes the bug that name lookup in the Effects: of
define_static_array would find std::extent and not perform ADL to find
std::meta::extent, even if ADL was performed here.
0 commit comments