You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\PROGRA~1\MICROS~1\2022\ENTERP~1\VC\Tools\MSVC\1438~1.331\bin\Hostx64\x64\cl.exe /TP -DCLI11_COMPILE -ID:\b\cli11\src\v2.4.0-2775f05bcd.clean\include /DWIN32 /D_WINDOWS /D_UNICODE /DUNICODE /DWINAPI_FAMILY=WINAPI_FAMILY_APP /D__WRL_NO_DEFAULT_LIB__ /nologo /Z7 /MP /GS /Gd /Gm- /W3 /WX- /Zc:wchar_t /Zc:inline /Zc:forScope /fp:precise /Oy- /EHsc /utf-8 /D_DEBUG /MDd /Od /RTC1 -MDd /showIncludes /Fosrc\CMakeFiles\CLI11.dir\Precompile.cpp.obj /Fdsrc\CMakeFiles\CLI11.dir\CLI11.pdb /FS -c D:\b\cli11\src\v2.4.0-2775f05bcd.clean\src\Precompile.cpp
D:\b\cli11\src\v2.4.0-2775f05bcd.clean\include\CLI/impl/Argv_inl.hpp(69): error C3861: 'CommandLineToArgvW': identifier not found
D:\b\cli11\src\v2.4.0-2775f05bcd.clean\include\CLI/impl/Argv_inl.hpp(72): error C3536: 'wargv': cannot be used before it is initialized
D:\b\cli11\src\v2.4.0-2775f05bcd.clean\include\CLI/impl/Argv_inl.hpp(72): error C2446: '==': no conversion from 'nullptr' to 'int'
D:\b\cli11\src\v2.4.0-2775f05bcd.clean\include\CLI/impl/Argv_inl.hpp(72): note: A native nullptr can only be converted to bool or, using reinterpret_cast, to an integral type
D:\b\cli11\src\v2.4.0-2775f05bcd.clean\include\CLI/impl/Argv_inl.hpp(78): error C2109: subscript requires array or pointer type
The UWP tests in vcpackage are reporting:
See microsoft/vcpkg#36589 (comment).
The text was updated successfully, but these errors were encountered: