error: partial specialization after instantiation when using boost.atomic
26 Apr
2012
26 Apr
'12
12:36 p.m.
Hello! I try to use boost.atomic library[1] and when compiling this trivial code:
#include <iostream> #include
int main() {}
http://liveworkspace.org/code/3c355fc61db67d52266a66103bce325a and I get the following error:
boost/atomic/detail/integral-casts.hpp:155:7: error: partial specialization of 'boost::detail::atomic::platform_atomic
' after instantiation of 'boost::detail::atomic::platform_atomic<int>'
I try to find the 'boost::detail::atomic::platform_atomic<int>' specialization, but couldn`t find it. Maybe someone faced with a similar error. Or maybe someone has an idea what kind of error is this, in fact? Thanks! [1] http://www.chaoticmind.net/~hcb/projects/boost.atomic/ -- Regards, niXman
4585
Age (days ago)
4585
Last active (days ago)
0 comments
1 participants
participants (1)
-
niXman