Build issue of ps-lite need #include <algorithm>
Open
- Dominant language
- C++
- Stars
- 1.6k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
src/ps/shared_array.h: In member function 'ps::SArray ps::SArray::SetUnion(const ps::SArray&) const':
src/ps/shared_array.h:208:15: error: 'set_union' is not a member of 'std'
V\* last = std::set_union(
^
Need to add #include at src/ps/shared_array.h
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.