summaryrefslogtreecommitdiff
path: root/boost/fiber/detail/context_spinlock_queue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fiber/detail/context_spinlock_queue.hpp')
-rw-r--r--boost/fiber/detail/context_spinlock_queue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/fiber/detail/context_spinlock_queue.hpp b/boost/fiber/detail/context_spinlock_queue.hpp
index e0ebdabda6..f58fbd2296 100644
--- a/boost/fiber/detail/context_spinlock_queue.hpp
+++ b/boost/fiber/detail/context_spinlock_queue.hpp
@@ -30,7 +30,7 @@ class context_spinlock_queue {
private:
typedef context * slot_type;
- alignas(cache_alignment) mutable spinlock splk_{};
+ mutable spinlock splk_{};
std::size_t pidx_{ 0 };
std::size_t cidx_{ 0 };
std::size_t capacity_;