You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments