$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Help with a shared_ptr problem on Android (ARM)
From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2014-04-17 13:00:29
Peter Dimov wrote:
> https://svn.boost.org/trac/boost/ticket/9912
>
> reports that spinlock_gcc_arm.hpp segfaults on a Nexus 7.
>
> Unfortunately, I know next to nothing about ARM or Android, so I wonder if
> someone can help with that.
It would be great if shared_ptr could just use boost::atomic, as I have
previously suggested. We would then just have one place where the
platform-specific atomic asm needed to be maintained.
Regards, Phil.