Make Array moveable
Open
c++
Core
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
**Problem description**
Currently move operations are not properly implemented for `Array` container.
Although `Array` has move constructor, it is not marked as `noexcept`. Also there is not implemented move assignment operator.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.