Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add user-defined copy constructor to ValueArray
Fix Clang warning: | warning: definition of implicit copy constructor for 'ValueArray2<bool, bool>' | is deprecated because it has a user-declared copy assignment operator [-Wdeprecated]
- Loading branch information