C++ named requirements: FormattedInputFunction - cppreference.com (original) (raw)

[edit] Requirements

A FormattedInputFunction is a stream input function that performs the following:

[edit] Standard library

The following standard library functions are FormattedInputFunctions.

[edit] Defect reports

The following behavior-changing defect reports were applied retroactively to previously published C++ standards.

DR Applied to Behavior as published Correct behavior
LWG 160 C++98 the process of determining whether the exception caughtis rethrown mentioned a non-existing function exception() corrected to exceptions()