mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
fix compiling error
This commit is contained in:
parent
f388a0a360
commit
98c367a380
@ -122,7 +122,7 @@ struct prod_cons<relat::single, relat::multi, trans::broadcast> {
|
|||||||
template <std::size_t DataSize>
|
template <std::size_t DataSize>
|
||||||
constexpr static std::size_t elem_param = DataSize;
|
constexpr static std::size_t elem_param = DataSize;
|
||||||
|
|
||||||
using rc_t = decltype(detail::elem_head::rc_)::value_type;
|
using rc_t = typename decltype(detail::elem_head::rc_)::value_type;
|
||||||
|
|
||||||
detail::u2_t cursor() const noexcept {
|
detail::u2_t cursor() const noexcept {
|
||||||
return wt_.load(std::memory_order_acquire);
|
return wt_.load(std::memory_order_acquire);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user