Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66144 - in trunk/boost/asio: . detail
From: chris_at_[hidden]
Date: 2010-10-22 08:20:52


Author: chris_kohlhoff
Date: 2010-10-22 08:20:52 EDT (Fri, 22 Oct 2010)
New Revision: 66144
URL: http://svn.boost.org/trac/boost/changeset/66144

Log:
Version check not required.

Text files modified:
   trunk/boost/asio/detail/config.hpp | 1 -
   trunk/boost/asio/error.hpp | 4 ----
   2 files changed, 0 insertions(+), 5 deletions(-)

Modified: trunk/boost/asio/detail/config.hpp
==============================================================================
--- trunk/boost/asio/detail/config.hpp (original)
+++ trunk/boost/asio/detail/config.hpp 2010-10-22 08:20:52 EDT (Fri, 22 Oct 2010)
@@ -12,7 +12,6 @@
 #define BOOST_ASIO_DETAIL_CONFIG_HPP
 
 #include <boost/config.hpp>
-#include <boost/version.hpp>
 
 // Default to a header-only implementation. The user must specifically request
 // separate compilation by defining either BOOST_ASIO_SEPARATE_COMPILATION or

Modified: trunk/boost/asio/error.hpp
==============================================================================
--- trunk/boost/asio/error.hpp (original)
+++ trunk/boost/asio/error.hpp 2010-10-22 08:20:52 EDT (Fri, 22 Oct 2010)
@@ -217,11 +217,7 @@
 
 inline const boost::system::error_category& get_system_category()
 {
-#if (BOOST_VERSION < 104400)
- return boost::system::get_system_category();
-#else
   return boost::system::system_category();
-#endif
 }
 
 #if !defined(BOOST_WINDOWS) && !defined(__CYGWIN__)


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