forked from boostorg/system
Fix PGI non-compliance (portability issue).
Patch supplied by William Bohnhoff at Sandia. [SVN r66940]
This commit is contained in:
@ -39,6 +39,9 @@ using namespace boost::system::errc;
|
|||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
|
#if defined(__PGI)
|
||||||
|
using boost::system::errc::invalid_argument;
|
||||||
|
#endif
|
||||||
// standard error categories ---------------------------------------------//
|
// standard error categories ---------------------------------------------//
|
||||||
|
|
||||||
class generic_error_category : public error_category
|
class generic_error_category : public error_category
|
||||||
|
Reference in New Issue
Block a user