http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207

--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2010-10-28 
09:50:37 UTC ---
Note, we have a much more general issue with atomic<_Tp*> vs atomic_address:
everywhere we are assuming _Tp is not cv-qualified and this is not going to
work with atomic_address, which takes plain void*.

Reply via email to