mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 08:46:45 +08:00
fix compiling error of vs2015
This commit is contained in:
parent
3eeeec88a0
commit
8112a04833
@ -107,8 +107,8 @@ public:
|
||||
base_t::close();
|
||||
}
|
||||
|
||||
constexpr elems_t * elems() noexcept { return elems_; }
|
||||
constexpr elems_t const * elems() const noexcept { return elems_; }
|
||||
elems_t * elems() noexcept { return elems_; }
|
||||
elems_t const * elems() const noexcept { return elems_; }
|
||||
|
||||
bool connect() {
|
||||
auto tp = base_t::connect(elems_);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user