Add deprecation message to polynomial pointer, order constructor - #974
Conversation
|
@mborland : Any reason this didn't get merged? |
Some of the old compilers don't support deprecated messages on classes if I remember correctly. |
|
@mborland : Have we dropped support for the old compilers yet? |
I think so. I'll have to rebase this onto develop to confirm |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #974 +/- ##
========================================
Coverage 95.40% 95.41%
========================================
Files 831 831
Lines 69540 69550 +10
========================================
+ Hits 66346 66360 +14
+ Misses 3194 3190 -4
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
Now that we require C++14 this is an easy fix @NAThompson.
Closes #156