ISO/IEC 14882:2011:
1.3.14 parameter <function or catch clause> object or reference declared as part of a function declaration or definition or in the catch clause of an exception handler that acquires a value on entry to the function or handler
ISO/IEC 14882:2011:
1.3.14 parameter <function or catch clause> object or reference declared as part of a function declaration or definition or in the catch clause of an exception handler that acquires a value on entry to the function or handler
I think you'd also want to change those on: 540, 543, 560, perhaps others.
1.3.14 parameter
<function or catch clause> object or reference declared as part of a
function declaration or definition or in the catch clause of an
exception handler that acquires a value on entry to the function or
handler.
@Empact Thank you for your review.
I think you'd also want to change those on: 540, 543, 560, perhaps others.
Not sure if I follow provided lines correctly ;) Also fixed two constructor related cases (ISO/IEC 14882:2011, 12.3.1).
Other cases of argument usage seem do not violate C++ terms and definitions.
Going to close this. I don't think there's an expectation that our developer docs follow ISO/IEC specs to the letter, and there's nothing to enforce conformance/stop regressions going forward. We have higher priority/impact things to worry about.