Let
F denote
a standard library function (
[global.functions]),
a standard library static member function,
or an instantiation
of a standard library function template
.
Moreover,
the behavior of a C++ program is unspecified (possibly ill-formed)
if it attempts to form a reference
to
F
or
if it attempts to form a pointer-to-member designating
either a standard library non-static member function (
[member.functions])
or an instantiation of a standard library member function template
.