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

[NDMatrix] Removed Template ID From Constructors #2824

Merged

Conversation

AlexandreSinger
Copy link
Contributor

This change was originally proposed by @heshpdx

c++20 disallows template IDs from the constructor of templated classes. This is a strange thing to do anyways and was likely done by mistake. Removed the template IDs from both the standard constructor and the copy constructor.

Resolves #2818

This change was originally proposed by @heshpdx

c++20 disallows template IDs from the constructor of templated classes.
This is a strange thing to do anyways and was likely done by mistake.
Removed the template IDs from both the standard constructor and the copy
constructor.
@vaughnbetz vaughnbetz merged commit 37e2cdb into verilog-to-routing:master Nov 25, 2024
37 checks passed
@AlexandreSinger AlexandreSinger deleted the feature-issue-2818 branch November 26, 2024 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix for ISO warning
2 participants