Deprecated copy constructor in C++17
Open
- Dominant language
- C++
- Stars
- 122
- Forks
- 151
- PR merge metrics
- No merged PRs in 30d
Description
In `boost/libs/math/test/univariate_statistics_test.cpp`, we see the following warning using g++-9:
```
../../../boost/numeric/ublas/detail/iterator.hpp:268:27: warning: implicitly-declared ‘constexpr boost::numeric::ublas::vector > >::iterator::iterator(const boost::numeric::ublas::vector > >::iterator&)’ is deprecated [-Wdeprecated-copy]
268 | return tmp -= n;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.