mirror of https://github.com/opencv/opencv.git
C++20 made it invalid to use simple-template-ids for constructors and destructors: https://eel.is/c++draft/diff.cpp17.class#2 GCC 11 and later throw an error on this, with the unhelpful message `expected unqualified-id before ')' token`. This PR fixes the problem.pull/24008/head
parent
0052d46b8e
commit
55906457e6
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue