$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r52048 - website/public_html/beta/doc
From: daniel_james_at_[hidden]
Date: 2009-03-29 02:38:11
Author: danieljames
Date: 2009-03-29 02:38:08 EDT (Sun, 29 Mar 2009)
New Revision: 52048
URL: http://svn.boost.org/trac/boost/changeset/52048
Log:
Boost.ASIO isn't a header only library.
It requires that you link against Boost.System.
Text files modified: 
   website/public_html/beta/doc/libraries.xml |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/doc/libraries.xml
==============================================================================
--- website/public_html/beta/doc/libraries.xml	(original)
+++ website/public_html/beta/doc/libraries.xml	2009-03-29 02:38:08 EDT (Sun, 29 Mar 2009)
@@ -140,7 +140,7 @@
     <documentation>doc/html/boost_asio.html</documentation>
     <std-proposal>false</std-proposal>
     <std-tr1>false</std-tr1>
-    <header-only>true</header-only>
+    <header-only>false</header-only>
     <autolink>false</autolink>
     <category>Concurrent</category>
     <category>IO</category>