Mohammad Pahlevan
Mohammad Pahlevan
For supporting std::optional in Statement.h, this code can be added: ``` template void bind(const int aIndex, const std::optional& value) { if (value) bind(aIndex, *value); else bind(aIndex); } ```
Package: ffmpeg[avcodec,avdevice,avfilter,avformat,bzip2,core,dav1d,fontconfig,freetype,gpl,lzma,modplug,mp3lame,nvcodec,opencl,openh264,openjpeg,openmpt,opus,postproc,qsv,snappy,soxr,speex,srt,ssh,swresample,swscale,vorbis,vpx,webp,xml2,zlib]:[email protected]#2 **Host Environment** - Host: x64-windows - Compiler: MSVC 19.43.34810.0 - vcpkg-tool version: 2025-04-07-b8b513ba8778c918cff49c3e837aae5999d5d2aa vcpkg-scripts version: 3e5b8de5f6 2025-05-09 (34 hours ago) **To Reproduce** `vcpkg install fmt zstd pkgconf argon2[hwopt]...