Commit de744fc
committed
COMP: Fix compile error introduced by 3279b33 in OpenCVVideoIOTest
3279b33 introduced the compile error:
C:\Dev\ITK-git\Modules\Video\BridgeOpenCV\test\itkOpenCVVideoIOTest.cxx(41,38): error C2131: expression did not evaluate to a constant
Build started at 13:57...
1>------ Build started: Project: ITKVideoBridgeOpenCVTestDriver, Configuration: Debug x64 ------
1>itkOpenCVVideoIOTest.cxx
1>C:\Dev\ITK-git\Modules\Video\BridgeOpenCV\test\itkOpenCVVideoIOTest.cxx(41,38): error C2131: expression did not evaluate to a constant
1> C:\Dev\ITK-git\Modules\Video\BridgeOpenCV\test\itkOpenCVVideoIOTest.cxx(41,40):
1> failure was caused by call of undefined function or one not declared 'constexpr'
1> C:\Dev\ITK-git\Modules\Video\BridgeOpenCV\test\itkOpenCVVideoIOTest.cxx(41,40):
1> see usage of 'itk::SmartPointer<itk::OpenCVVideoIO::Self>::operator ->'
1> C:\Dev\ITK-git\Modules\Video\BridgeOpenCV\test\itkOpenCVVideoIOTest.cxx(41,38):
1> the call stack of the evaluation (the oldest call first) is
1> C:\Dev\ITK-git\Modules\Video\BridgeOpenCV\test\itkOpenCVVideoIOTest.cxx(41,40):
1> while evaluating function 'itk::OpenCVVideoIO *itk::SmartPointer<itk::OpenCVVideoIO::Self>::operator ->(void) noexcept const'
1>Done building project "ITKVideoBridgeOpenCVTestDriver.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 56 up-to-date, 0 skipped ==========
========== Build completed at 13:58 and took 02.868 seconds ==========1 parent 4e9de19 commit de744fc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments