mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
55906457e6
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.