Skip to content

Update using GCC 15 - #13

Open
CryptoPenguin15 wants to merge 1 commit into
cr-marcstevens:masterfrom
CryptoPenguin15:compiler
Open

Update using GCC 15#13
CryptoPenguin15 wants to merge 1 commit into
cr-marcstevens:masterfrom
CryptoPenguin15:compiler

Conversation

@CryptoPenguin15

Copy link
Copy Markdown
  • remove deprecated std::iterator usage
  • fix signed/unsigned loop comparison
  • replace memcpy on std::pair with std::copy
  • align static/dynamic monomial copy semantics

* remove deprecated std::iterator usage
* fix signed/unsigned loop comparison
* replace memcpy on std::pair with std::copy
* align static/dynamic monomial copy semantics
@cr-marcstevens

Copy link
Copy Markdown
Owner

Hi thanks for the PR submission!

Although I can generally approve it,
I'm concerned with the backwards compatibility of std::copy and the new iterator syntax.

The minimum c++ version we support is 11.

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.

2 participants