On Sat, Mar 14, 2015 at 12:03 AM, Rainer Deyke <rainerd@eldwood.com> wrote:
On 12.03.2015 02:12, Marshall Clow wrote:
Release candidate files for 1.58.0 beta 1 are available at
http://boost.cowic.de/rc/

As always, the release managers would appreciate it if you download
the candidate of your choice and give building it a try. Please report
both success and failure, and anything else that is noteworthy.

The file "boost/detail/interlocked.hpp", referenced from "boost/thread/win32/thread_primitives.hpp", is missing.  Exact error message:

In file included from ./boost/thread/win32/basic_timed_mutex.hpp:14:0,
                 from ./boost/thread/win32/mutex.hpp:9,
                 from ./boost/thread/mutex.hpp:14,
                 from libs/locale/src/shared/date_time.cpp:11:
./boost/thread/win32/thread_primitives.hpp:18:40: fatal error: boost/detail/interlocked.hpp: No such file or directory
 #include <boost/detail/interlocked.hpp>
                                        ^
compilation terminated.

I believe that this is fixed in rc2 

— Marshall