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:
Beman
2016-11-28 08:32:26 -05:00
parent 388b3497af
commit af1f767dfe

View File

@ -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 ---------------------------------------------------//