Fix PGI non-compliance (portability issue).

Patch supplied by William Bohnhoff at Sandia.



[SVN r66940]
This commit is contained in:
K. Noel Belcourt
2010-12-01 05:29:24 +00:00
parent 9415b8c12e
commit 2e93f04826

View File

@ -39,6 +39,9 @@ using namespace boost::system::errc;
namespace
{
#if defined(__PGI)
using boost::system::errc::invalid_argument;
#endif
// standard error categories ---------------------------------------------//
class generic_error_category : public error_category