Update of /cvsroot/boost/boost/boost/asio/detail
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv5268
Modified Files:
socket_types.hpp
Log Message:
Add missing inline keyword, needed to fix multiple definition errors.
Index: socket_types.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/asio/detail/socket_types.hpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- socket_types.hpp 4 Nov 2006 07:14:08 -0000 1.3
+++ socket_types.hpp 19 Nov 2006 21:33:04 -0000 1.4
@@ -171,7 +171,7 @@
const int enable_connection_aborted_option = 1;
#if defined(_WIN64)
-std::size_t hash_value(SOCKET s)
+inline std::size_t hash_value(SOCKET s)
{
return static_cast<std::size_t>(s);
}
-------------------------------------------------------------------------
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