| 2177 | } |
| 2178 | |
| 2179 | MOODYCAMEL_CONSTEXPR_IF (MOODYCAMEL_NOEXCEPT_CTOR(T, decltype(*itemFirst), new (static_cast<T*>(nullptr)) T(details::deref_noexcept(itemFirst)))) { |
| 2180 | blockIndex.load(std::memory_order_relaxed)->front.store((pr_blockIndexFront - 1) & (pr_blockIndexSize - 1), std::memory_order_release); |
| 2181 | } |
| 2182 | } |
| 2183 | |
| 2184 | // Enqueue, one block at a time |
no test coverage detected