mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
compile error (msvc)
This commit is contained in:
parent
a4a6a9ca66
commit
449bc36bd9
@ -168,7 +168,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename A = AllocP>
|
template <typename A = AllocP>
|
||||||
constexpr static auto try_replenish(alloc_policy & /*alc*/) noexcept
|
constexpr auto try_replenish(alloc_policy & /*alc*/) noexcept
|
||||||
-> ipc::require<!detail::has_take<A>::value> {}
|
-> ipc::require<!detail::has_take<A>::value> {}
|
||||||
|
|
||||||
void collect(alloc_policy && alc) {
|
void collect(alloc_policy && alc) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user