From: Geurt Vos (g.vos_at_[hidden])
Date: 2003-03-10 03:13:15


Just downloaded the 1.30.0-beta1 zip. There boost/thread.hpp
is slightly wrong. Line 16 reads:

        #include <boost/thread/conditin.hpp>

but should be:

        #include <boost/thread/condition.hpp>

Geurt