mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
suppress warning C4814
This commit is contained in:
parent
bd2097e608
commit
ab1624c0fe
@ -184,7 +184,7 @@ public:
|
||||
}
|
||||
|
||||
template <typename A = AllocP>
|
||||
constexpr auto try_replenish(alloc_policy & /*alc*/, std::size_t /*size*/) noexcept
|
||||
constexpr auto try_replenish(alloc_policy & /*alc*/, std::size_t /*size*/) const noexcept
|
||||
-> ipc::require<!detail::has_take<A>::value || (!has_remain<A>::value && !has_empty<A>::value)> {}
|
||||
|
||||
void collect(alloc_policy && alc) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user