summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/response.hpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-10-16 13:53:43 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-10-26 15:54:27 +0100
commit4e3503ea6cf30c55a2cc86f78c4a607bd14f1c41 (patch)
tree7dd2c138ffdf548227c3ce5c63ddfb4565b393b7 /include/mbgl/storage/response.hpp
parent9bbd9aba3a8cebf7191ae5b28c8cf16acf39987e (diff)
downloadqtlocation-mapboxgl-4e3503ea6cf30c55a2cc86f78c4a607bd14f1c41.tar.gz
[core] do not use std::atomic_* with shared_ptrs
It's not implemented in GCC 4.9.2's stdlib (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57250). Instead, we're now always using a mutex to protect access; we previously created a mutex only on cancelation, but since we're always canceling now, it makes sense to allocate it right away.
Diffstat (limited to 'include/mbgl/storage/response.hpp')
0 files changed, 0 insertions, 0 deletions