forked from boostorg/system
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
|
namespace system
|
||||||
{
|
{
|
||||||
|
|
||||||
class error_code;
|
class error_code; // values defined by the operating system
|
||||||
class error_condition;
|
class error_condition; // portable generic values defined below, but ultimately
|
||||||
|
// based on the POSIX standard
|
||||||
|
|
||||||
// "Concept" helpers ---------------------------------------------------//
|
// "Concept" helpers ---------------------------------------------------//
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user