mirror of
https://github.com/opencv/opencv.git
synced 2026-07-26 22:03:04 +04:00
bcb6f0386e
It has actually worked before (likely because it's inside a class), but C++03 does disallow unnamed types as template arguments, and there's a report that at least in one version of GCC it's enforced: <http://code.opencv.org/issues/3278>.