diff --git a/xml/issue4469.xml b/xml/issue4469.xml index d843cfbbb9..c9fa45016e 100644 --- a/xml/issue4469.xml +++ b/xml/issue4469.xml @@ -18,9 +18,8 @@ static_assert( identifier_of(p) == "os" ); // guaranteed?
We should clarify that parameter names used by standard library implementation -remain unspecified, by making behavior of `has_identifier` and `identifier_of` -unspecified on reflection of such parameter. Marking the behavior -rather than result unspecified, allows implementations to reject such calls.
+remain unspecified, by making result of `has_identifier` and `identifier_of` +unspecified on reflection of such parameter.