mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
* The condition under which the test `AsyncAPICancelation/cancel/0.basic` doesn't compile using GCC 11 is narrowed down to the only GCC versions which are affected: GCC 11.0 and 11.1. The issue was fixed in GCC 11.2 (verified using 11.2.0, 11.3.0, 11.4.0, 11.5.0, 12.1.0 versions of GCC). * The corresponding issue: opencv/opencv#19678.