Update of /cvsroot/boost/boost/boost/asio/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28056

Modified Files:
        strand_service.hpp 
Log Message:
Remove unnecessary invoke hook since the default one provides the correct
behaviour, and including it here for the invoke_current_handler class breaks
MSVC 7.1 when generating browse information.


Index: strand_service.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/detail/strand_service.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- strand_service.hpp  4 Nov 2006 07:14:08 -0000       1.3
+++ strand_service.hpp  16 Nov 2006 11:47:42 -0000      1.4
@@ -242,12 +242,9 @@
       return impl_->handler_storage_.address();
     }
 
-    template <typename Function>
-    friend void asio_handler_invoke(Function function,
-        invoke_current_handler*)
-    {
-      function();
-    }
+    // The asio_handler_invoke hook is not defined here since the default one
+    // provides the correct behaviour, and including it here breaks MSVC 7.1
+    // in some situations.
 
   private:
     strand_service& service_impl_;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to