mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
Comment two lines of code to try to prevent user confusion error_codes and error_conditions, such exhibited by ticket #12574.
This commit is contained in:
@ -39,8 +39,9 @@ namespace boost
|
||||
namespace system
|
||||
{
|
||||
|
||||
class error_code;
|
||||
class error_condition;
|
||||
class error_code; // values defined by the operating system
|
||||
class error_condition; // portable generic values defined below, but ultimately
|
||||
// based on the POSIX standard
|
||||
|
||||
// "Concept" helpers ---------------------------------------------------//
|
||||
|
||||
|
Reference in New Issue
Block a user