$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [test] Extraneous semicolon in sync_access_test.cpp
From: Beman Dawes (bdawes_at_[hidden])
Date: 2008-10-15 07:48:41
sync_access_test is failing on several platforms on both trunk and release.
See http://beta.boost.org/development/tests/release/developer/test.html
The failure clears if the semicolon at the end of sync_access_test.cpp
line 23 is removed.
Is there any reason this fix hasn't been made?
--Beman