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
The wording in [reflect.ops.object] for the templates get_source_line, get_source_column and get_source_file_name uses the constrained syntax template <Object T> but the wording the synopsis still uses the unconstrained template <class T> form for these three.