|
Boost-Commit : |
From: bdawes_at_[hidden]
Date: 2007-10-23 11:04:44
Author: bemandawes
Date: 2007-10-23 11:04:43 EDT (Tue, 23 Oct 2007)
New Revision: 40360
URL: http://svn.boost.org/trac/boost/changeset/40360
Log:
Fix linux_errno misspelling
Text files modified:
trunk/boost/system/error_code.hpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/system/error_code.hpp
==============================================================================
--- trunk/boost/system/error_code.hpp (original)
+++ trunk/boost/system/error_code.hpp 2007-10-23 11:04:43 EDT (Tue, 23 Oct 2007)
@@ -565,12 +565,12 @@
namespace Linux = linux_error;
# endif
- template<> struct is_error_code_enum<linux_error::linux_error_code>
+ template<> struct is_error_code_enum<linux_error::linux_errno>
{ static const bool value = true; };
namespace linux_error
{
- inline error_code make_error_code( linux_error_code e )
+ inline error_code make_error_code( linux_errno e )
{ return error_code( e, system_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