Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation message to polynomial pointer, order constructor #974

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mborland
Copy link
Member

@mborland mborland commented Apr 6, 2023

Now that we require C++14 this is an easy fix @NAThompson.
Closes #156

@mborland mborland changed the title Add deprecation message to pointer, order constructor Add deprecation message to polynomial pointer, order constructor Apr 6, 2023
@mborland mborland mentioned this pull request Apr 7, 2023
@mborland mborland closed this Apr 13, 2023
@mborland mborland reopened this Apr 13, 2023
@NAThompson
Copy link
Collaborator

@mborland : Any reason this didn't get merged?

@mborland
Copy link
Member Author

@mborland : Any reason this didn't get merged?

Some of the old compilers don't support deprecated messages on classes if I remember correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Heap buffer overflow in Polynomial:
2 participants