$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem with thread
From: Igor R (boost.lists_at_[hidden])
Date: 2012-03-05 09:14:50
> 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?
"Instantiated from here" is not error, but just some point in the
stack of template instantiations. What compliler error do you get?