Skip to content

Fixed deprecated constructors with templates (#855)#856

Open
Tomaqa wants to merge 1 commit into
NeuralNetworkVerification:masterfrom
Tomaqa:template-ctors
Open

Fixed deprecated constructors with templates (#855)#856
Tomaqa wants to merge 1 commit into
NeuralNetworkVerification:masterfrom
Tomaqa:template-ctors

Conversation

@Tomaqa

@Tomaqa Tomaqa commented Jan 19, 2025

Copy link
Copy Markdown

This PR removes templates appearing within classes that are either useless or, in the case of constructors, forbidden since C++20.

Resolves #855.

@Tomaqa

Tomaqa commented Feb 18, 2025

Copy link
Copy Markdown
Author

I rebased the branch in the hope that the recent commits have fixed the previous build errors.

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.

The project cannot be built in non-release mode with >=C++20 and GCC

2 participants