-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Error handling
Standard library facilities use both integral error codes and std::error_code
as a form of error handling.
History, and Interop and ABI
Using raw integers as error codes is an arcane form of error handling in C++, that has significant historical context, and is used for interopability with C.