---------- Forwarded message ----------
From:
Jothybasu Selvaraj <jothybasu@gmail.com>
Date: Mon, Mar 5, 2012 at 10:08 AM
Subject: Problem with thread
To:
boost-users@lists.boost.orgHi all,
I am new to boost libs, I ma trying to use the threading capabilities of boost.
I am using QtCreator. While building Ithe compiler always throw an "Instantiated from here" error. The error is from shared_mutex.hpp on line
state_data
const current_state
=interlocked_compare_exchange
(&state
,new_state
,old_state
);
What could be the problem?
Thanks
--
Jothy