Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r67975 - in branches/release: boost/system libs/system libs/system/src
From: bdawes_at_[hidden]
Date: 2011-01-11 15:49:17


Author: bemandawes
Date: 2011-01-11 15:49:15 EST (Tue, 11 Jan 2011)
New Revision: 67975
URL: http://svn.boost.org/trac/boost/changeset/67975

Log:
Merge from trunk
Properties modified:
   branches/release/boost/system/ (props changed)
   branches/release/libs/system/ (props changed)
Text files modified:
   branches/release/libs/system/src/error_code.cpp | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: branches/release/libs/system/src/error_code.cpp
==============================================================================
--- branches/release/libs/system/src/error_code.cpp (original)
+++ branches/release/libs/system/src/error_code.cpp 2011-01-11 15:49:15 EST (Tue, 11 Jan 2011)
@@ -39,6 +39,9 @@
 
 namespace
 {
+#if defined(__PGI)
+ using boost::system::errc::invalid_argument;
+#endif
   // standard error categories ---------------------------------------------//
 
   class generic_error_category : public error_category


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk