Advertisement
Guest User

Untitled

a guest
May 16th, 2024
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 271.50 KB | None | 0 0
  1. **********************************************************************
  2. ** Visual Studio 2022 Developer Command Prompt v17.10.0-pre.7.0
  3. ** Copyright (c) 2022 Microsoft Corporation
  4. **********************************************************************
  5. [vcvarsall.bat] Environment initialized for: 'x64'
  6.  
  7. C:\Program Files\Microsoft Visual Studio\2022\Preview>cd C:\Qt\6.6.0
  8.  
  9. C:\Qt\6.6.0>configure.bat -debug-and-release -platform win32-msvc -opensource -confirm-license -force-debug-info -webengine-proprietary-codecs -feature-vulkan -no-schannel -openssl-linked -prefix "C:\Qt\6.6.0" -- -D OPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
  10. + cd qtbase
  11. + C:\Qt\6.6.0\qtbase\configure.bat -top-level -debug-and-release -platform win32-msvc -opensource -confirm-license -force-debug-info -webengine-proprietary-codecs -feature-vulkan -no-schannel -openssl-linked -prefix "C:\Qt\6.6.0" -- -D OPENSSL_ROOT_DIR="C:\Program Files\OpenSSL"
  12. -- Windows 10 SDK version: 10.0.22621.0
  13. 'C:/Strawberry/c/bin/cmake.exe' '-D' 'OPENSSL_ROOT_DIR=C:\Program Files\OpenSSL' '-DQT_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' '-DCMAKE_INSTALL_PREFIX=C:/Qt/6.6.0' '-DQT_QMAKE_TARGET_MKSPEC=win32-msvc' '-DCMAKE_C_COMPILER=cl' '-DCMAKE_CXX_COMPILER=cl' '-DCMAKE_CONFIGURATION_TYPES=RelWithDebInfo;Debug' '-DINPUT_webengine_proprietary_codecs=yes' '-DINPUT_vulkan=yes' '-DINPUT_schannel=no' '-DINPUT_openssl=linked' '-G' 'Ninja Multi-Config' 'C:/Qt/6.6.0'
  14. -- Using vcpkg from C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\vcpkg
  15. -- CMAKE_TOOLCHAIN_FILE is: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/vcpkg/scripts/buildsystems/vcpkg.cmake
  16. -- The CXX compiler identification is MSVC 19.40.33808.0
  17. -- The C compiler identification is MSVC 19.40.33808.0
  18. -- The ASM compiler identification is MSVC
  19. -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
  20. -- Detecting CXX compiler ABI info
  21. -- Detecting CXX compiler ABI info - done
  22. -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  23. -- Detecting CXX compile features
  24. -- Detecting CXX compile features - done
  25. -- Detecting C compiler ABI info
  26. -- Detecting C compiler ABI info - done
  27. -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  28. -- Detecting C compile features
  29. -- Detecting C compile features - done
  30. -- Checking dependencies of submodule 'qtbase'
  31. -- Checking dependencies of submodule 'qtimageformats'
  32. -- Checking dependencies of submodule 'qtlanguageserver'
  33. -- Checking dependencies of submodule 'qtshadertools'
  34. -- Checking dependencies of submodule 'qtsvg'
  35. -- Checking dependencies of submodule 'qtdeclarative'
  36. -- Checking dependencies of submodule 'qtquicktimeline'
  37. -- Checking dependencies of submodule 'qtquick3d'
  38. -- Checking dependencies of submodule 'qtmultimedia'
  39. -- Checking dependencies of submodule 'qt3d'
  40. -- Checking dependencies of submodule 'qt5compat'
  41. -- Checking dependencies of submodule 'qtactiveqt'
  42. -- Checking dependencies of submodule 'qtcharts'
  43. -- Checking dependencies of submodule 'qtcoap'
  44. -- Checking dependencies of submodule 'qtconnectivity'
  45. -- Checking dependencies of submodule 'qtdatavis3d'
  46. -- Checking dependencies of submodule 'qtwebsockets'
  47. -- Checking dependencies of submodule 'qthttpserver'
  48. -- Checking dependencies of submodule 'qttools'
  49. -- Checking dependencies of submodule 'qtserialport'
  50. -- Checking dependencies of submodule 'qtpositioning'
  51. -- Checking dependencies of submodule 'qtwebchannel'
  52. -- Checking dependencies of submodule 'qtwebengine'
  53. -- Checking dependencies of submodule 'qtdoc'
  54. -- Checking dependencies of submodule 'qtgraphs'
  55. -- Checking dependencies of submodule 'qtgrpc'
  56. -- Checking dependencies of submodule 'qtlocation'
  57. -- Checking dependencies of submodule 'qtlottie'
  58. -- Checking dependencies of submodule 'qtmqtt'
  59. -- Checking dependencies of submodule 'qtnetworkauth'
  60. -- Checking dependencies of submodule 'qtopcua'
  61. -- Checking dependencies of submodule 'qtquick3dphysics'
  62. -- Checking dependencies of submodule 'qtquickeffectmaker'
  63. -- Checking dependencies of submodule 'qtremoteobjects'
  64. -- Checking dependencies of submodule 'qtscxml'
  65. -- Checking dependencies of submodule 'qtsensors'
  66. -- Checking dependencies of submodule 'qtserialbus'
  67. -- Checking dependencies of submodule 'qtspeech'
  68. -- Checking dependencies of submodule 'qttranslations'
  69. -- Checking dependencies of submodule 'qtvirtualkeyboard'
  70. -- Checking dependencies of submodule 'qtwayland'
  71. -- Checking dependencies of submodule 'qtwebview'
  72. -- Configuring submodule 'qtbase'
  73.             -DVCPKG_TARGET_TRIPLET=x64-windows
  74.             -DVCPKG_APPLOCAL_DEPS=ON
  75.             -DZ_VCPKG_ROOT_DIR=C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/vcpkg
  76.             -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
  77.             -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
  78.             -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
  79.             -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
  80.             -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
  81.             -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
  82.             -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
  83.             -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
  84.             -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
  85.             -DCMAKE_EXE_LINKER_FLAGS=/machine:x64
  86.             -DCMAKE_TOOLCHAIN_FILE=C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/vcpkg/scripts/buildsystems/vcpkg.cmake
  87.             -DCMAKE_C_STANDARD=11
  88.             -DCMAKE_C_STANDARD_REQUIRED=ON
  89.             -DCMAKE_CXX_STANDARD=17
  90.             -DCMAKE_CXX_STANDARD_REQUIRED=ON
  91.             -DCMAKE_MODULE_PATH:STRING=C:/Qt/6.6.0/qtbase/cmake/platforms
  92. -- Configuring submodule 'qtimageformats'
  93. -- Configuring submodule 'qtlanguageserver'
  94. -- Configuring submodule 'qtshadertools'
  95. -- Configuring submodule 'qtsvg'
  96. -- Configuring submodule 'qtdeclarative'
  97. -- Configuring submodule 'qtquicktimeline'
  98. -- Configuring submodule 'qtquick3d'
  99. -- Configuring submodule 'qtmultimedia'
  100. -- Configuring submodule 'qt3d'
  101. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  102.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  103.   Please port your module to use declarative type registration.
  104. Call Stack (most recent call first):
  105.   qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
  106. This warning is for project developers.  Use -Wno-dev to suppress it.
  107.  
  108. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  109.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  110.   Please port your module to use declarative type registration.
  111. Call Stack (most recent call first):
  112.   qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
  113. This warning is for project developers.  Use -Wno-dev to suppress it.
  114.  
  115. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  116.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  117.   Please port your module to use declarative type registration.
  118. Call Stack (most recent call first):
  119.   qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
  120. This warning is for project developers.  Use -Wno-dev to suppress it.
  121.  
  122. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  123.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  124.   Please port your module to use declarative type registration.
  125. Call Stack (most recent call first):
  126.   qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
  127. This warning is for project developers.  Use -Wno-dev to suppress it.
  128.  
  129. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  130.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  131.   Please port your module to use declarative type registration.
  132. Call Stack (most recent call first):
  133.   qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
  134. This warning is for project developers.  Use -Wno-dev to suppress it.
  135.  
  136. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  137.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  138.   Please port your module to use declarative type registration.
  139. Call Stack (most recent call first):
  140.   qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
  141. This warning is for project developers.  Use -Wno-dev to suppress it.
  142.  
  143. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  144.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  145.   Please port your module to use declarative type registration.
  146. Call Stack (most recent call first):
  147.   qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
  148. This warning is for project developers.  Use -Wno-dev to suppress it.
  149.  
  150. -- Configuring submodule 'qt5compat'
  151. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  152.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  153.   Please port your module to use declarative type registration.
  154. Call Stack (most recent call first):
  155.   qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
  156. This warning is for project developers.  Use -Wno-dev to suppress it.
  157.  
  158. -- Configuring submodule 'qtactiveqt'
  159. -- Configuring submodule 'qtcharts'
  160. -- Configuring submodule 'qtcoap'
  161. -- Configuring submodule 'qtconnectivity'
  162. -- Configuring submodule 'qtdatavis3d'
  163. -- Configuring submodule 'qtwebsockets'
  164. CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
  165.   INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
  166.   Please port your module to use declarative type registration.
  167. Call Stack (most recent call first):
  168.   qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
  169. This warning is for project developers.  Use -Wno-dev to suppress it.
  170.  
  171. -- Configuring submodule 'qthttpserver'
  172. -- Configuring submodule 'qttools'
  173. -- Could NOT find Clang (missing: Clang_DIR)
  174. -- Could NOT find Clang (missing: Clang_DIR)
  175. -- Configuring submodule 'qtserialport'
  176. -- Configuring submodule 'qtpositioning'
  177. -- Configuring submodule 'qtwebchannel'
  178. -- Configuring submodule 'qtwebengine'
  179. [QtWebEngine] -- Windows 10 SDK version: 10.0.22621.0
  180. -- Configuring submodule 'qtdoc'
  181. -- Configuring submodule 'qtgraphs'
  182. -- Configuring submodule 'qtgrpc'
  183. -- Configuring submodule 'qtlocation'
  184. -- Configuring submodule 'qtlottie'
  185. -- Configuring submodule 'qtmqtt'
  186. -- Configuring submodule 'qtnetworkauth'
  187. -- Configuring submodule 'qtopcua'
  188. -- Configuring submodule 'qtquick3dphysics'
  189. -- Configuring submodule 'qtquickeffectmaker'
  190. Nodes path: ./qml/QtQuickEffectMaker/defaultnodes
  191. -- Configuring submodule 'qtremoteobjects'
  192. -- Configuring submodule 'qtscxml'
  193. -- Configuring submodule 'qtsensors'
  194. -- Configuring submodule 'qtserialbus'
  195. -- Configuring submodule 'qtspeech'
  196. -- Configuring submodule 'qttranslations'
  197. -- Configuring submodule 'qtvirtualkeyboard'
  198. -- Configuring submodule 'qtwayland'
  199. Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.-- Configuring submodule 'qtwebview'
  200.  
  201.  
  202. -- Configuration summary shown below. It has also been written to C:/Qt/6.6.0/config.summary
  203. -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
  204.  
  205. -- Configure summary:
  206.  
  207. Building for: win32-msvc (x86_64, CPU features: )
  208. Compiler: msvc 19.40.33808.0
  209. Build options:
  210.  Mode ................................... debug and release (with debug info)
  211.  Optimize release build for size ........ no
  212.  Fully optimize release builds (-O3) .... no
  213.  Building shared libraries .............. yes
  214.  Unity Build ............................ no
  215.  Relocatable ............................ yes
  216.  Using precompiled headers .............. yes
  217.  Using Link Time Optimization (LTCG) .... no
  218.  Using Intel CET ........................ no
  219.  Target compiler supports:
  220.    x86 Intrinsics ....................... Basic VAES AVX512VBMI2
  221.  Sanitizers:
  222.    Addresses ............................ no
  223.    Threads .............................. no
  224.    Memory ............................... no
  225.    Fuzzer (instrumentation only) ........ no
  226.    Undefined ............................ no
  227.  Build parts ............................ libs tools
  228.  Install examples sources ............... no
  229.  App store compliance ................... no
  230. Qt modules and options:
  231.  Qt Concurrent .......................... yes
  232.  Qt D-Bus ............................... yes
  233.  Qt D-Bus directly linked to libdbus .... no
  234.  Qt Gui ................................. yes
  235.  Qt Network ............................. yes
  236.  Qt PrintSupport ........................ yes
  237.  Qt Sql ................................. yes
  238.  Qt Testlib ............................. yes
  239.  Qt Widgets ............................. yes
  240.  Qt Xml ................................. yes
  241. Support enabled for:
  242.  Using pkg-config ....................... no
  243.  Using vcpkg ............................ yes
  244.  udev ................................... no
  245.  OpenSSL ................................ yes
  246.    Qt directly linked to OpenSSL ........ yes
  247.  OpenSSL 1.1 ............................ no
  248.  OpenSSL 3.0 ............................ yes
  249.  Using system zlib ...................... no
  250.  Zstandard support ...................... no
  251.  Thread support ......................... yes
  252. Common build options:
  253.  Linker can resolve circular dependencies  yes
  254. Qt Core:
  255.  backtrace .............................. no
  256.  DoubleConversion ....................... yes
  257.    Using system DoubleConversion ........ no
  258.  GLib ................................... no
  259.  ICU .................................... no
  260.  Using system libb2 ..................... no
  261.  Built-in copy of the MIME database ..... yes
  262.  Application permissions ................ yes
  263.  Tracing backend ........................ <none>
  264.  OpenSSL based cryptographic hash ....... no
  265.  Logging backends:
  266.    journald ............................. no
  267.    syslog ............................... no
  268.    slog2 ................................ no
  269.  PCRE2 .................................. yes
  270.    Using system PCRE2 ................... no
  271. Qt Sql:
  272.  SQL item models ........................ yes
  273. Qt Network:
  274.  getifaddrs() ........................... no
  275.  IPv6 ifname ............................ no
  276.  libproxy ............................... no
  277.  Schannel ............................... no
  278.  DTLS ................................... yes
  279.  OCSP-stapling .......................... yes
  280.  SCTP ................................... no
  281.  Use system proxies ..................... yes
  282.  GSSAPI ................................. no
  283.  Brotli Decompression Support ........... no
  284.  qIsEffectiveTLD() ...................... yes
  285.    Built-in publicsuffix database ....... yes
  286.    System publicsuffix database ......... no
  287. Core tools:
  288.  Android deployment tool ................ yes
  289.  macOS deployment tool .................. no
  290.  Windows deployment tool ................ yes
  291.  qmake .................................. yes
  292. Qt Gui:
  293.  Accessibility .......................... yes
  294.  FreeType ............................... yes
  295.    Using system FreeType ................ no
  296.  HarfBuzz ............................... yes
  297.    Using system HarfBuzz ................ no
  298.  Fontconfig ............................. no
  299.  Image formats:
  300.    GIF .................................. yes
  301.    ICO .................................. yes
  302.    JPEG ................................. yes
  303.      Using system libjpeg ............... no
  304.    PNG .................................. yes
  305.      Using system libpng ................ no
  306.  Text formats:
  307.    HtmlParser ........................... yes
  308.    CssParser ............................ yes
  309.    OdfWriter ............................ yes
  310.    MarkdownReader ....................... yes
  311.      Using system libmd4c ............... no
  312.    MarkdownWriter ....................... yes
  313.  EGL .................................... no
  314.  OpenVG ................................. no
  315.  OpenGL:
  316.    Desktop OpenGL ....................... no
  317.    Dynamic OpenGL ....................... yes
  318.    OpenGL ES 2.0 ........................ no
  319.    OpenGL ES 3.0 ........................ no
  320.    OpenGL ES 3.1 ........................ no
  321.    OpenGL ES 3.2 ........................ no
  322.  Vulkan ................................. yes
  323.  Session Management ..................... yes
  324. Features used by QPA backends:
  325.  evdev .................................. no
  326.  libinput ............................... no
  327.  HiRes wheel support in libinput ........ no
  328.  INTEGRITY HID .......................... no
  329.  mtdev .................................. no
  330.  tslib .................................. no
  331.  xkbcommon .............................. no
  332.  X11 specific:
  333.    XLib ................................. no
  334.    XCB Xlib ............................. no
  335.    EGL on X11 ........................... no
  336.    xkbcommon-x11 ........................ no
  337.    xcb-sm ............................... no
  338. QPA backends:
  339.  DirectFB ............................... no
  340.  EGLFS .................................. no
  341.  EGLFS details:
  342.    EGLFS OpenWFD ........................ no
  343.    EGLFS i.Mx6 .......................... no
  344.    EGLFS i.Mx6 Wayland .................. no
  345.    EGLFS RCAR ........................... no
  346.    EGLFS EGLDevice ...................... no
  347.    EGLFS GBM ............................ no
  348.    EGLFS VSP2 ........................... no
  349.    EGLFS Mali ........................... no
  350.    EGLFS Raspberry Pi ................... no
  351.    EGLFS X11 ............................ no
  352.  LinuxFB ................................ no
  353.  VNC .................................... no
  354.  VK_KHR_display ......................... no
  355.  QNX:
  356.    lgmon ................................ no
  357.    IMF .................................. no
  358.  XCB:
  359.    Using system-provided xcb-xinput ..... no
  360.    GL integrations:
  361.      GLX Plugin ......................... no
  362.        XCB GLX .......................... no
  363.      EGL-X11 Plugin ..................... no
  364.  Windows:
  365.    Direct 2D ............................ yes
  366.    Direct 2D 1.1 ........................ yes
  367.    DirectWrite .......................... yes
  368.    DirectWrite 3 ........................ yes
  369. Qt Widgets:
  370.  GTK+ ................................... no
  371.  Styles ................................. Fusion Windows WindowsVista
  372. Qt Testlib:
  373.  Tester for item models ................. yes
  374.  Batch tests ............................ no
  375. Qt PrintSupport:
  376.  CUPS ................................... no
  377. Qt Sql Drivers:
  378.  DB2 (IBM) .............................. no
  379.  InterBase .............................. no
  380.  MySql .................................. no
  381.  OCI (Oracle) ........................... no
  382.  ODBC ................................... yes
  383.  PostgreSQL ............................. no
  384.  SQLite ................................. yes
  385.    Using system provided SQLite ......... no
  386.  Mimer .................................. no
  387. Further Image Formats:
  388.  JasPer ................................. no
  389.  MNG .................................... no
  390.  TIFF ................................... yes
  391.    Using system libtiff ................. no
  392.  WEBP ................................... yes
  393.    Using system libwebp ................. no
  394. Qt QML:
  395.  QML network support .................... yes
  396.  QML debugging and profiling support .... yes
  397.  QML just-in-time compiler .............. yes
  398.  QML XML http request ................... yes
  399.  QML Locale ............................. yes
  400. Qt QML Models:
  401.  QML list model ......................... yes
  402.  QML delegate model ..................... yes
  403. Qt Quick:
  404.  AnimatedImage item ..................... yes
  405.  Canvas item ............................ yes
  406.  Support for Qt Quick Designer .......... yes
  407.  Flipable item .......................... yes
  408.  GridView item .......................... yes
  409.  ListView item .......................... yes
  410.  TableView item ......................... yes
  411.  TreeView item .......................... yes
  412.  Path support ........................... yes
  413.  PathView item .......................... yes
  414.  Positioner items ....................... yes
  415.  Repeater item .......................... yes
  416.  ShaderEffect item ...................... yes
  417.  Sprite item ............................ yes
  418. Qt Quick Templates 2:
  419.  Hover support .......................... yes
  420.  Multi-touch support .................... yes
  421.  Calendar support ....................... yes
  422. Qt Quick Controls 2:
  423.  Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
  424. QtQuick3D:
  425.  Assimp ................................. yes
  426.  System Assimp .......................... no
  427. Qt Multimedia:
  428.  Spatial Audio .......................... yes
  429.  Spatial Audio (Quick3D) ................ yes
  430.  Low level Audio Backend:
  431.    ALSA (experimental) .................. no
  432.    PulseAudio ........................... no
  433.    MMRenderer ........................... no
  434.    CoreAudio ............................ no
  435.    Windows Media SDK .................... yes
  436.    Open SLES (Android) .................. no
  437.    Web Assembly ......................... no
  438.  Plugin:
  439.    GStreamer 1.0 ........................ no
  440.    FFmpeg ............................... no
  441.    MMRenderer ........................... no
  442.    AVFoundation ......................... no
  443.    Windows Media Foundation ............. yes
  444.  Hardware acceleration and features:
  445.    Video for Linux ...................... no
  446.    VAAPI support ........................ no
  447.    Linux DMA buffer support ............. no
  448.    VideoToolbox ......................... no
  449. Qt 3D:
  450.  Assimp ................................. yes
  451.  System Assimp .......................... no
  452.  Aspects:
  453.    Render aspect ........................ yes
  454.    Input aspect ......................... yes
  455.    Logic aspect ......................... yes
  456.    Animation aspect ..................... yes
  457.    Extras aspect ........................ yes
  458. Qt 3D APIs:
  459.  Vulkan ................................. yes
  460. Qt 3D Renderers:
  461.  OpenGL Renderer ........................ yes
  462.  RHI Renderer ........................... yes
  463. Qt3D Geometry Loaders:
  464.  Autodesk FBX ........................... no
  465. Qt 5 Compatibility Libraries:
  466.  iconv .................................. no
  467. Qt Charts Types:
  468.  Area Chart ............................. yes
  469.  Line Chart ............................. yes
  470.  Spline Chart ........................... yes
  471.  Scatter Chart .......................... yes
  472.  Bar Chart .............................. yes
  473.  Pie Chart .............................. yes
  474.  Boxplot Chart .......................... yes
  475.  Candlestick Chart ...................... yes
  476. Qt Axis Types:
  477.  DateTime Axis .......................... yes
  478. Qt Bluetooth:
  479.  BlueZ .................................. no
  480.  BlueZ Low Energy ....................... no
  481.  Linux Crypto API ....................... no
  482.  WinRT Bluetooth API .................... yes
  483. Qt Tools:
  484.  Qt Assistant ........................... yes
  485.  libclang found ......................... no
  486.  Clang-based lupdate parser ............. no
  487.  Qt Designer ............................ yes
  488.  Qt Distance Field Generator ............ yes
  489.  Qt Linguist ............................ yes
  490.  pixeltool .............................. yes
  491.  qdbus .................................. yes
  492.  QDoc ................................... no
  493.  Qt Attributions Scanner ................ yes
  494.  qtdiag ................................. yes
  495.  qtplugininfo ........................... yes
  496. Serial Port:
  497.  ntddmodm ............................... yes
  498. WebEngine Repository Build Options:
  499.  Build Ninja ............................ no
  500.  Build Gn ............................... yes
  501.  Jumbo Build ............................ yes
  502.  Developer build ........................ no
  503.  Build QtWebEngine Modules:
  504.    Build QtWebEngineCore ................ yes
  505.    Build QtWebEngineWidgets ............. yes
  506.    Build QtWebEngineQuick ............... yes
  507.  Build QtPdf Modules:
  508.    Build QtPdfWidgets ................... yes
  509.    Build QtPdfQuick ..................... yes
  510. Qt WebEngineCore:
  511.  Embedded build ......................... no
  512.  Full debug information ................. no
  513.  Sanitizer support ...................... no
  514.  Pepper Plugins ......................... yes
  515.  Printing and PDF ....................... yes
  516.  Proprietary Codecs ..................... yes
  517.  Spellchecker ........................... yes
  518.  Native Spellchecker .................... no
  519.  WebRTC ................................. yes
  520.  PipeWire over GIO ...................... no
  521.  Geolocation ............................ yes
  522.  WebChannel support ..................... yes
  523.  Kerberos Authentication ................ yes
  524.  Extensions ............................. yes
  525.  Vulkan support ......................... yes
  526.  Use v8 context snapshot ................ yes
  527. Qt WebEngineQuick:
  528.  UI Delegates ........................... yes
  529. Qt PDF:
  530.  Support V8 ............................. no
  531.  Support XFA ............................ no
  532.  Support XFA-BMP ........................ no
  533.  Support XFA-GIF ........................ no
  534.  Support XFA-PNG ........................ no
  535.  Support XFA-TIFF ....................... no
  536.  Bitcode support ........................ no
  537.  Use static runtime ..................... no
  538. Qt Protobuf:
  539.  Qt Core types support .................. no
  540.  Qt Gui types support ................... no
  541.  Well-known types support ............... no
  542. Qt Protobuf tools:
  543.  Qt Protobuf generator .................. no
  544. Qt GRPC:
  545.  gRPC support ........................... yes
  546.  Native gRPC support .................... no
  547. Qt GRPC tools:
  548.  Qt GRPC generator ...................... no
  549. Qt Opcua:
  550.  Open62541 .............................. yes
  551.  Unified Automation C++ SDK ............. no
  552.  Support for namespace 0 NodeId names ... yes
  553.  Namespace 0 NodeIds generator .......... no
  554.  Open62541 security support ............. yes
  555.  Support for global discovery server .... yes
  556. Qt Remote Objects:
  557.  High Availability Manager (ham) ........ no
  558. Qt Scxml:
  559.  ECMAScript data model for QtScxml ...... yes
  560. Qt Sensors:
  561.  WinRT sensors backend .................. yes
  562. Qt SerialBus:
  563.  Socket CAN ............................. no
  564.  Socket CAN FD .......................... no
  565.  SerialPort Support ..................... yes
  566. Qt TextToSpeech:
  567.  Flite .................................. no
  568.  Flite with ALSA ........................ no
  569.  Speech Dispatcher ...................... no
  570. Qt Virtualkeyboard:
  571.  Desktop integration .................... yes
  572.  Built-in layouts ....................... yes
  573.  Key navigation ......................... no
  574.  Retro style as default ................. no
  575.  Sensitive Debug ........................ no
  576.  Cerence ................................ no
  577.    Static Linking ....................... no
  578.    Handwriting .......................... no
  579.      Alphabetic ......................... no
  580.      CJK ................................ no
  581.    XT9 .................................. no
  582.      XT9 Debug .......................... no
  583.      XT9 9-key layouts .................. no
  584.    Bundle resources ..................... no
  585.      Handwriting ........................ no
  586.      XT9 ................................ no
  587.  Hunspell ............................... no
  588.    Using Hunspell copy from 3rdparty/ ... no
  589.  OpenWnn ................................ yes
  590.  MyScript ............................... no
  591.  Example HWR ............................ no
  592.  Language support enabled for:
  593.    Arabic ............................... yes
  594.    Bulgarian ............................ yes
  595.    Czech ................................ yes
  596.    Danish ............................... yes
  597.    German ............................... yes
  598.    Greek ................................ yes
  599.    English GB ........................... yes
  600.    English US ........................... yes
  601.    Spanish .............................. yes
  602.    Spanish Mexico ....................... yes
  603.    Estonian ............................. yes
  604.    Farsi ................................ yes
  605.    Finnish .............................. yes
  606.    French Canada ........................ yes
  607.    French France ........................ yes
  608.    Hebrew ............................... yes
  609.    Hindi .............
  610. ................... yes
  611.    Croatian ............................. yes
  612.    Hungarian ............................ yes
  613.    Indonesian ........................... yes
  614.    Italian .............................. yes
  615.    Japanese ............................. yes
  616.    Korean ............................... yes
  617.    Malay ................................ yes
  618.    Norwegian ............................ yes
  619.    Dutch ................................ yes
  620.    Polish ............................... yes
  621.    Portuguese Brazil .................... yes
  622.    Portuguese Portugal .................. yes
  623.    Romanian ............................. yes
  624.    Russian .............................. yes
  625.    Slovak ............................... yes
  626.    Slovenian ............................ yes
  627.    Albanian ............................. yes
  628.    Serbian .............................. yes
  629.    Swedish .............................. yes
  630.    Thai ................................. yes
  631.    Turkish .............................. yes
  632.    UkrainianNote: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
  633.  
  634. WARNING: QDoc will not be compiled, probably because clang's C and C++ libraries could not be located. This means that you cannot build the Qt documentation.
  635.  ............................ yes
  636.     Vietnamese ........................... yes
  637.     Simplified Chinese ................... yes
  638.     Traditional Chinese .................. yes
  639.     HongKong Chinese ..................... no
  640.   Traditional chinese input methods:
  641.     Zhuyin ............................... yes
  642.     Cangjie .............................. yes
  643.  
  644. --
  645.  
  646. Qt is now configured for building. Just run 'cmake --build . --parallel'
  647.  
  648. Once everything is built, you must run 'ninja install'
  649. Qt will be installed into 'C:/Qt/6.6.0'
  650.  
  651. To configure and build other Qt modules, you can use the following convenience script:
  652.         C:/Qt/6.6.0/bin/qt-configure-module.bat
  653.  
  654. If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
  655. Alternatively, you can add the --fresh flag to your CMake flags.
  656.  
  657. You may need to set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation.
  658. Other than clang's libraries, you may need to install another package, such as clang itself, to provide the ClangConfig.cmake file needed to detect your libraries. Once this
  659. file is in place, the configure script may be able to detect your system-installed libraries without further environment variables.
  660. On macOS, you can use Homebrew's llvm package.
  661. You will also need to set the FEATURE_clang CMake variable to ON to re-evaluate this check.
  662. WARNING: Clang-based lupdate parser will not be available. LLVM and Clang C++ libraries have not been found.
  663. You will need to set the FEATURE_clangcpp CMake variable to ON to re-evaluate this check.
  664.  
  665. -- Configuring done (96.9s)
  666. -- Generating done (14.6s)
  667. -- Build files have been written to: C:/Qt/6.6.0
  668.  
  669. C:\Qt\6.6.0>cmake --build . --parallel
  670. [1048/19556] Performing configure step for 'gn'
  671. -- The CXX compiler identification is MSVC 19.40.33808.0
  672. -- The C compiler identification is MSVC 19.40.33808.0
  673. -- Detecting CXX compiler ABI info
  674. -- Detecting CXX compiler ABI info - done
  675. -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  676. -- Detecting CXX compile features
  677. -- Detecting CXX compile features - done
  678. -- Detecting C compiler ABI info
  679. -- Detecting C compiler ABI info - done
  680. -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe - skipped
  681. -- Detecting C compile features
  682. -- Detecting C compile features - done
  683. -- Found Python3: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.12_3.12.1008.0_x64__qbz5n2kfra8p0/python3.12.exe (found version "3.12.3") found components: Interpreter
  684. -- Found Ninja: C:/Strawberry/c/bin/ninja.exe (found suitable version "1.11.1", minimum required is "1.7.2")
  685. -- Configuring done (2.3s)
  686. -- Generating done (0.0s)
  687. CMake Warning:
  688.   Manually-specified variables were not used by the project:
  689.  
  690.     CMAKE_BUILD_TYPE
  691.  
  692.  
  693. -- Build files have been written to: C:/Qt/6.6.0/qtwebengine/src/gn
  694. [1066/19556] Building CXX object qtbase\src\tools\bootstra...lWithDebInfo\__\__\corelib\kernel\qcoreapplication.cpp.obj
  695. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  696. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  697. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  698. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  699. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): note: see reference to function template instantiation '_OutIt std::copy<char**,stdext::checked_array_iterator<char **>>(_InIt,_InIt,_OutIt)' being compiled
  700.         with
  701.         [
  702.             _OutIt=stdext::checked_array_iterator<char **>,
  703.             _InIt=char **
  704.         ]
  705. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  706.         with
  707.         [
  708.             _OutIt=stdext::checked_array_iterator<char **>,
  709.             _Iter=stdext::checked_array_iterator<char **> &,
  710.             _Diff=__int64
  711.         ]
  712. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char * *> &>' being compiled
  713. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char * *> &,void>' being compiled
  714. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char * *>,void>' being compiled
  715. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  716. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  717. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  718. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<char **>>' being compiled
  719. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<char **>>' being compiled
  720. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  721.         with
  722.         [
  723.             _Iter=stdext::checked_array_iterator<char **>
  724.         ]
  725. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<char **>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  726. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  727. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  728. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<char **>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  729. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  730. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  731. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<char **>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  732. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  733. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  734. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<char **>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  735. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  736. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  737. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<char **>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  738. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<char **>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  739. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<char **>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  740. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<char **>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  741. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  742. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): note: see reference to function template instantiation '_OutIt std::copy<char**,stdext::checked_array_iterator<char **>>(_InIt,_InIt,_OutIt)' being compiled
  743.         with
  744.         [
  745.             _OutIt=stdext::checked_array_iterator<char **>,
  746.             _InIt=char **
  747.         ]
  748. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,char**>(_Iter &,_UIter &&)' being compiled
  749.         with
  750.         [
  751.             _OutIt=stdext::checked_array_iterator<char **>,
  752.             _Iter=stdext::checked_array_iterator<char **>,
  753.             _UIter=char **
  754.         ]
  755. [0/1] Generating gn.exeC:\Qt\6.6.0\qtwebengine\src\3rdparty\gn\build\gen.py:238: SyntaxWarning: invalid escape sequence '\d'
  756.   mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output.decode())
  757. ninja: Entering directory `C:/Qt/6.6.0/qtwebengine/src/gn/RelWithDebInfo'
  758. [197/197] LINK gn.exe
  759.  
  760.  
  761. [1771/19556] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\RelWithDebInfo\kernel\qcoreapplication.cpp.obj
  762. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  763. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  764. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  765. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  766. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): note: see reference to function template instantiation '_OutIt std::copy<char**,stdext::checked_array_iterator<char **>>(_InIt,_InIt,_OutIt)' being compiled
  767.        with
  768.        [
  769.            _OutIt=stdext::checked_array_iterator<char **>,
  770.            _InIt=char **
  771.        ]
  772. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  773.        with
  774.        [
  775.            _OutIt=stdext::checked_array_iterator<char **>,
  776.            _Iter=stdext::checked_array_iterator<char **> &,
  777.            _Diff=__int64
  778.        ]
  779. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char * *> &>' being compiled
  780. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char * *> &,void>' being compiled
  781. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char * *>,void>' being compiled
  782. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  783. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  784. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  785. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<char **>>' being compiled
  786. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<char **>>' being compiled
  787. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  788.        with
  789.        [
  790.            _Iter=stdext::checked_array_iterator<char **>
  791.        ]
  792. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<char **>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  793. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  794. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  795. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<char **>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  796. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  797. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  798. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<char **>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  799. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  800. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  801. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<char **>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  802. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  803. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  804. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<char **>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  805. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<char **>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  806. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<char **>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  807. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<char **>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  808. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  809. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): note: see reference to function template instantiation '_OutIt std::copy<char**,stdext::checked_array_iterator<char **>>(_InIt,_InIt,_OutIt)' being compiled
  810.        with
  811.        [
  812.            _OutIt=stdext::checked_array_iterator<char **>,
  813.            _InIt=char **
  814.        ]
  815. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,char**>(_Iter &,_UIter &&)' being compiled
  816.        with
  817.        [
  818.            _OutIt=stdext::checked_array_iterator<char **>,
  819.            _Iter=stdext::checked_array_iterator<char **>,
  820.            _UIter=char **
  821.        ]
  822. [2046/19556] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\Debug\kernel\qcoreapplication.cpp.obj
  823. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  824. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  825. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  826. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  827. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): note: see reference to function template instantiation '_OutIt std::copy<char**,stdext::checked_array_iterator<char **>>(_InIt,_InIt,_OutIt)' being compiled
  828.        with
  829.        [
  830.            _OutIt=stdext::checked_array_iterator<char **>,
  831.            _InIt=char **
  832.        ]
  833. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  834.        with
  835.        [
  836.            _OutIt=stdext::checked_array_iterator<char **>,
  837.            _Iter=stdext::checked_array_iterator<char **> &,
  838.            _Diff=__int64
  839.        ]
  840. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<char * *> &>' being compiled
  841. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<char * *> &,void>' being compiled
  842. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<char * *>,void>' being compiled
  843. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  844. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  845. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  846. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<char **>>' being compiled
  847. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<char **>>' being compiled
  848. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  849.        with
  850.        [
  851.            _Iter=stdext::checked_array_iterator<char **>
  852.        ]
  853. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<char **>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  854. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  855. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  856. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<char **>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  857. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  858. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  859. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<char **>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  860. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  861. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  862. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<char **>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  863. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<char **>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  864. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  865. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<char **>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  866. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<char **>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  867. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<char **>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  868. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<char **>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  869. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  870. C:\Qt\6.6.0\qtbase\src\corelib\kernel\qcoreapplication.cpp(444): note: see reference to function template instantiation '_OutIt std::copy<char**,stdext::checked_array_iterator<char **>>(_InIt,_InIt,_OutIt)' being compiled
  871.        with
  872.        [
  873.            _OutIt=stdext::checked_array_iterator<char **>,
  874.            _InIt=char **
  875.        ]
  876. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,char**>(_Iter &,_UIter &&)' being compiled
  877.        with
  878.        [
  879.            _OutIt=stdext::checked_array_iterator<char **>,
  880.            _Iter=stdext::checked_array_iterator<char **>,
  881.            _UIter=char **
  882.        ]
  883. [2894/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qplatformthemefactory.cpp.obj
  884. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  885. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  886. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  887. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  888. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  889.        with
  890.        [
  891.            _OutIt=stdext::checked_array_iterator<int *>,
  892.            _InIt=const int *
  893.        ]
  894. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  895.        with
  896.        [
  897.            _OutIt=stdext::checked_array_iterator<int *>,
  898.            _Iter=stdext::checked_array_iterator<int *> &,
  899.            _Diff=__int64
  900.        ]
  901. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  902. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  903. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  904. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  905. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  906. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  907. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  908. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  909. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  910.        with
  911.        [
  912.            _Iter=stdext::checked_array_iterator<int *>
  913.        ]
  914. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  915. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  916. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  917. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  918. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  919. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  920. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  921. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  922. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  923. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  924. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  925. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  926. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  927. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  928. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  929. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  930. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  931. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  932.        with
  933.        [
  934.            _OutIt=stdext::checked_array_iterator<int *>,
  935.            _InIt=const int *
  936.        ]
  937. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  938.        with
  939.        [
  940.            _OutIt=stdext::checked_array_iterator<int *>,
  941.            _Iter=stdext::checked_array_iterator<int *>,
  942.            _UIter=int *
  943.        ]
  944. [2916/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qpointingdevice.cpp.obj
  945. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  946. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: the template instantiation context (the oldest one first) is
  947. C:\Qt\6.6.0\qtbase\src\gui\kernel\qpointingdevice_p.h(76): note: see reference to class template instantiation 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>' being compiled
  948. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(980): note: see reference to class template instantiation 'QVarLengthArray<QPointingDevicePrivate::EventPointData,20>' being compiled
  949. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(264): note: see reference to class template instantiation 'QVLABase<T>' being compiled
  950.        with
  951.        [
  952.            T=QPointingDevicePrivate::EventPointData
  953.        ]
  954. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(949): note: while compiling class template member function 'QPointingDevicePrivate::EventPointData *QVLABase<T>::erase(const QPointingDevicePrivate::EventPointData *,const QPointingDevicePrivate::EventPointData *)'
  955.        with
  956.        [
  957.            T=QPointingDevicePrivate::EventPointData
  958.        ]
  959. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(184): note: see the first reference to 'QVLABase<T>::erase' in 'QVLABase<T>::erase'
  960.        with
  961.        [
  962.            T=QPointingDevicePrivate::EventPointData
  963.        ]
  964. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(610): note: see the first reference to 'QVLABase<T>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase'
  965.        with
  966.        [
  967.            T=QPointingDevicePrivate::EventPointData
  968.        ]
  969. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(938): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove'
  970. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(599): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove'
  971. C:\Qt\6.6.0\qtbase\src\gui\kernel\qpointingdevice.cpp(455): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove' in 'QPointingDevicePrivate::removePointById'
  972. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  973. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  974. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  975. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(949): note: while compiling class template member function 'QPointingDevicePrivate::EventPointData *QVLABase<T>::erase(const QPointingDevicePrivate::EventPointData *,const QPointingDevicePrivate::EventPointData *)'
  976.        with
  977.        [
  978.            T=QPointingDevicePrivate::EventPointData
  979.        ]
  980. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(184): note: see the first reference to 'QVLABase<T>::erase' in 'QVLABase<T>::erase'
  981.        with
  982.        [
  983.            T=QPointingDevicePrivate::EventPointData
  984.        ]
  985. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(610): note: see the first reference to 'QVLABase<T>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase'
  986.        with
  987.        [
  988.            T=QPointingDevicePrivate::EventPointData
  989.        ]
  990. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(938): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove'
  991. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(599): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove'
  992. C:\Qt\6.6.0\qtbase\src\gui\kernel\qpointingdevice.cpp(455): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove' in 'QPointingDevicePrivate::removePointById'
  993. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: see reference to function template instantiation '_OutIt std::move<QPointingDevicePrivate::EventPointData*,stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>(_InIt,_InIt,_OutIt)' being compiled
  994.        with
  995.        [
  996.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  997.            _InIt=QPointingDevicePrivate::EventPointData *
  998.        ]
  999. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(5019): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1000.        with
  1001.        [
  1002.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1003.            _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &,
  1004.            _Diff=__int64
  1005.        ]
  1006. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &>' being compiled
  1007. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &,void>' being compiled
  1008. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,void>' being compiled
  1009. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1010. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1011. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1012. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>' being compiled
  1013. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>' being compiled
  1014. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1015.        with
  1016.        [
  1017.            _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>
  1018.        ]
  1019. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1020. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1021. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1022. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1023. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1024. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1025. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1026. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1027. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1028. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1029. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1030. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1031. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1032. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1033. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1034. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1035. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1036. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: see reference to function template instantiation '_OutIt std::move<QPointingDevicePrivate::EventPointData*,stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>(_InIt,_InIt,_OutIt)' being compiled
  1037.        with
  1038.        [
  1039.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1040.            _InIt=QPointingDevicePrivate::EventPointData *
  1041.        ]
  1042. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(5020): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,QPointingDevicePrivate::EventPointData*>(_Iter &,_UIter &&)' being compiled
  1043.        with
  1044.        [
  1045.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1046.            _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1047.            _UIter=QPointingDevicePrivate::EventPointData *
  1048.        ]
  1049. [2923/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qplatformtheme.cpp.obj
  1050. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1051. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1052. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1053. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1054. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1055.        with
  1056.        [
  1057.            _OutIt=stdext::checked_array_iterator<int *>,
  1058.            _InIt=const int *
  1059.        ]
  1060. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1061.        with
  1062.        [
  1063.            _OutIt=stdext::checked_array_iterator<int *>,
  1064.            _Iter=stdext::checked_array_iterator<int *> &,
  1065.            _Diff=__int64
  1066.        ]
  1067. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1068. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1069. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1070. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1071. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1072. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1073. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1074. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1075. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1076.        with
  1077.        [
  1078.            _Iter=stdext::checked_array_iterator<int *>
  1079.        ]
  1080. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1081. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1082. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1083. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1084. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1085. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1086. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1087. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1088. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1089. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1090. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1091. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1092. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1093. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1094. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1095. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1096. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1097. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1098.        with
  1099.        [
  1100.            _OutIt=stdext::checked_array_iterator<int *>,
  1101.            _InIt=const int *
  1102.        ]
  1103. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1104.        with
  1105.        [
  1106.            _OutIt=stdext::checked_array_iterator<int *>,
  1107.            _Iter=stdext::checked_array_iterator<int *>,
  1108.            _UIter=int *
  1109.        ]
  1110. [3049/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qkeysequence.cpp.obj
  1111. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1112. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence.cpp(1630): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1113. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1114. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1115. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1116. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1117.        with
  1118.        [
  1119.            _OutIt=stdext::checked_array_iterator<int *>,
  1120.            _InIt=const int *
  1121.        ]
  1122. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1123.        with
  1124.        [
  1125.            _OutIt=stdext::checked_array_iterator<int *>,
  1126.            _Iter=stdext::checked_array_iterator<int *> &,
  1127.            _Diff=__int64
  1128.        ]
  1129. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1130. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1131. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1132. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1133. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1134. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1135. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1136. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1137. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1138.        with
  1139.        [
  1140.            _Iter=stdext::checked_array_iterator<int *>
  1141.        ]
  1142. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1143. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1144. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1145. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1146. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1147. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1148. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1149. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1150. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1151. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1152. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1153. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1154. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1155. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1156. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1157. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1158. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1159. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1160.        with
  1161.        [
  1162.            _OutIt=stdext::checked_array_iterator<int *>,
  1163.            _InIt=const int *
  1164.        ]
  1165. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1166.        with
  1167.        [
  1168.            _OutIt=stdext::checked_array_iterator<int *>,
  1169.            _Iter=stdext::checked_array_iterator<int *>,
  1170.            _UIter=int *
  1171.        ]
  1172. [3133/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qplatformthemefactory.cpp.obj
  1173. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1174. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1175. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1176. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1177. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1178.        with
  1179.        [
  1180.            _OutIt=stdext::checked_array_iterator<int *>,
  1181.            _InIt=const int *
  1182.        ]
  1183. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1184.        with
  1185.        [
  1186.            _OutIt=stdext::checked_array_iterator<int *>,
  1187.            _Iter=stdext::checked_array_iterator<int *> &,
  1188.            _Diff=__int64
  1189.        ]
  1190. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1191. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1192. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1193. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1194. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1195. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1196. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1197. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1198. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1199.        with
  1200.        [
  1201.            _Iter=stdext::checked_array_iterator<int *>
  1202.        ]
  1203. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1204. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1205. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1206. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1207. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1208. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1209. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1210. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1211. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1212. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1213. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1214. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1215. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1216. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1217. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1218. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1219. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1220. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1221.        with
  1222.        [
  1223.            _OutIt=stdext::checked_array_iterator<int *>,
  1224.            _InIt=const int *
  1225.        ]
  1226. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1227.        with
  1228.        [
  1229.            _OutIt=stdext::checked_array_iterator<int *>,
  1230.            _Iter=stdext::checked_array_iterator<int *>,
  1231.            _UIter=int *
  1232.        ]
  1233. [3153/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qpointingdevice.cpp.obj
  1234. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1235. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: the template instantiation context (the oldest one first) is
  1236. C:\Qt\6.6.0\qtbase\src\gui\kernel\qpointingdevice_p.h(76): note: see reference to class template instantiation 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>' being compiled
  1237. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(980): note: see reference to class template instantiation 'QVarLengthArray<QPointingDevicePrivate::EventPointData,20>' being compiled
  1238. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(264): note: see reference to class template instantiation 'QVLABase<T>' being compiled
  1239.        with
  1240.        [
  1241.            T=QPointingDevicePrivate::EventPointData
  1242.        ]
  1243. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(949): note: while compiling class template member function 'QPointingDevicePrivate::EventPointData *QVLABase<T>::erase(const QPointingDevicePrivate::EventPointData *,const QPointingDevicePrivate::EventPointData *)'
  1244.        with
  1245.        [
  1246.            T=QPointingDevicePrivate::EventPointData
  1247.        ]
  1248. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(184): note: see the first reference to 'QVLABase<T>::erase' in 'QVLABase<T>::erase'
  1249.        with
  1250.        [
  1251.            T=QPointingDevicePrivate::EventPointData
  1252.        ]
  1253. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(610): note: see the first reference to 'QVLABase<T>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase'
  1254.        with
  1255.        [
  1256.            T=QPointingDevicePrivate::EventPointData
  1257.        ]
  1258. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(938): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove'
  1259. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(599): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove'
  1260. C:\Qt\6.6.0\qtbase\src\gui\kernel\qpointingdevice.cpp(455): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove' in 'QPointingDevicePrivate::removePointById'
  1261. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1262. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1263. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1264. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(949): note: while compiling class template member function 'QPointingDevicePrivate::EventPointData *QVLABase<T>::erase(const QPointingDevicePrivate::EventPointData *,const QPointingDevicePrivate::EventPointData *)'
  1265.        with
  1266.        [
  1267.            T=QPointingDevicePrivate::EventPointData
  1268.        ]
  1269. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(184): note: see the first reference to 'QVLABase<T>::erase' in 'QVLABase<T>::erase'
  1270.        with
  1271.        [
  1272.            T=QPointingDevicePrivate::EventPointData
  1273.        ]
  1274. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(610): note: see the first reference to 'QVLABase<T>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase'
  1275.        with
  1276.        [
  1277.            T=QPointingDevicePrivate::EventPointData
  1278.        ]
  1279. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(938): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::erase' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove'
  1280. C:\Qt\6.6.0\qtbase\include\QtCore\6.6.0\QtCore\private\../../../../../src/corelib/tools/qflatmap_p.h(599): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::do_remove' in 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove'
  1281. C:\Qt\6.6.0\qtbase\src\gui\kernel\qpointingdevice.cpp(455): note: see the first reference to 'QFlatMap<int,QPointingDevicePrivate::EventPointData,std::less<int>,QVarLengthArray<int,20>,QVarLengthArray<QPointingDevicePrivate::EventPointData,20>>::remove' in 'QPointingDevicePrivate::removePointById'
  1282. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: see reference to function template instantiation '_OutIt std::move<QPointingDevicePrivate::EventPointData*,stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>(_InIt,_InIt,_OutIt)' being compiled
  1283.        with
  1284.        [
  1285.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1286.            _InIt=QPointingDevicePrivate::EventPointData *
  1287.        ]
  1288. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(5019): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1289.        with
  1290.        [
  1291.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1292.            _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &,
  1293.            _Diff=__int64
  1294.        ]
  1295. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &>' being compiled
  1296. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &,void>' being compiled
  1297. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,void>' being compiled
  1298. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1299. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1300. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1301. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>' being compiled
  1302. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>' being compiled
  1303. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1304.        with
  1305.        [
  1306.            _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>
  1307.        ]
  1308. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1309. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1310. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1311. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1312. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1313. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1314. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1315. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1316. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1317. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1318. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1319. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1320. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1321. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1322. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1323. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1324. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1325. C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: see reference to function template instantiation '_OutIt std::move<QPointingDevicePrivate::EventPointData*,stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>>(_InIt,_InIt,_OutIt)' being compiled
  1326.        with
  1327.        [
  1328.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1329.            _InIt=QPointingDevicePrivate::EventPointData *
  1330.        ]
  1331. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(5020): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,QPointingDevicePrivate::EventPointData*>(_Iter &,_UIter &&)' being compiled
  1332.        with
  1333.        [
  1334.            _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1335.            _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
  1336.            _UIter=QPointingDevicePrivate::EventPointData *
  1337.        ]
  1338. [3192/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qplatformtheme.cpp.obj
  1339. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1340. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1341. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1342. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1343. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1344.        with
  1345.        [
  1346.            _OutIt=stdext::checked_array_iterator<int *>,
  1347.            _InIt=const int *
  1348.        ]
  1349. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1350.        with
  1351.        [
  1352.            _OutIt=stdext::checked_array_iterator<int *>,
  1353.            _Iter=stdext::checked_array_iterator<int *> &,
  1354.            _Diff=__int64
  1355.        ]
  1356. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1357. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1358. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1359. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1360. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1361. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1362. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1363. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1364. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1365.        with
  1366.        [
  1367.            _Iter=stdext::checked_array_iterator<int *>
  1368.        ]
  1369. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1370. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1371. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1372. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1373. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1374. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1375. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1376. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1377. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1378. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1379. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1380. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1381. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1382. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1383. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1384. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1385. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1386. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1387.        with
  1388.        [
  1389.            _OutIt=stdext::checked_array_iterator<int *>,
  1390.            _InIt=const int *
  1391.        ]
  1392. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1393.        with
  1394.        [
  1395.            _OutIt=stdext::checked_array_iterator<int *>,
  1396.            _Iter=stdext::checked_array_iterator<int *>,
  1397.            _UIter=int *
  1398.        ]
  1399. [3278/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qkeysequence.cpp.obj
  1400. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1401. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence.cpp(1630): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1402. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1403. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1404. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1405. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1406.        with
  1407.        [
  1408.            _OutIt=stdext::checked_array_iterator<int *>,
  1409.            _InIt=const int *
  1410.        ]
  1411. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1412.        with
  1413.        [
  1414.            _OutIt=stdext::checked_array_iterator<int *>,
  1415.            _Iter=stdext::checked_array_iterator<int *> &,
  1416.            _Diff=__int64
  1417.        ]
  1418. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1419. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1420. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1421. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1422. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1423. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1424. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1425. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1426. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1427.        with
  1428.        [
  1429.            _Iter=stdext::checked_array_iterator<int *>
  1430.        ]
  1431. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1432. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1433. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1434. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1435. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1436. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1437. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1438. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1439. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1440. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1441. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1442. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1443. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1444. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1445. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1446. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1447. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1448. C:\Qt\6.6.0\qtbase\src\gui\kernel\qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1449.        with
  1450.        [
  1451.            _OutIt=stdext::checked_array_iterator<int *>,
  1452.            _InIt=const int *
  1453.        ]
  1454. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1455.        with
  1456.        [
  1457.            _OutIt=stdext::checked_array_iterator<int *>,
  1458.            _Iter=stdext::checked_array_iterator<int *>,
  1459.            _UIter=int *
  1460.        ]
  1461. [3468/19556] Building CXX object qtbase\src\plugins\platfo...tionPlugin.dir\RelWithDebInfo\qwindowsinputcontext.cpp.obj
  1462. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(679): warning C4996: 'stdext::make_unchecked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1463. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1464. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1465. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1466. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1467.        with
  1468.        [
  1469.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1470.            _InIt=const ushort *
  1471.        ]
  1472. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1473.        with
  1474.        [
  1475.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1476.            _Iter=stdext::unchecked_array_iterator<ushort *> &,
  1477.            _Diff=__int64
  1478.        ]
  1479. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1480. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::unchecked_array_iterator<unsigned short *> &,void>' being compiled
  1481. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::unchecked_array_iterator<unsigned short *>,void>' being compiled
  1482. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1483. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1484. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1485. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
  1486.        with
  1487.        [
  1488.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1489.        ]
  1490. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
  1491.        with
  1492.        [
  1493.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1494.        ]
  1495. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1496.        with
  1497.        [
  1498.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1499.        ]
  1500. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1501. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1502. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1503. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1504. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1505. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1506. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1507. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1508. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1509. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1510. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1511. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1512. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1513. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1514. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1515. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): note: the template instantiation context (the oldest one first) is
  1516. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1386): note: see reference to variable template 'const bool _Unwrappable_for_unverified_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1517. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1328): note: see reference to variable template 'const bool _Do_unwrap_when_unverified_v<stdext::unchecked_array_iterator<unsigned short *>,bool>' being compiled
  1518. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrap_when_unverified': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1519. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1388): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1520. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1521. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1522. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1523.        with
  1524.        [
  1525.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1526.            _InIt=const ushort *
  1527.        ]
  1528. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,unsigned short*>(_Iter &,_UIter &&)' being compiled
  1529.        with
  1530.        [
  1531.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1532.            _Iter=stdext::unchecked_array_iterator<ushort *>,
  1533.            _UIter=ushort *
  1534.        ]
  1535. [3560/19556] Building CXX object qtbase\src\plugins\platfo...wsIntegrationPlugin.dir\Debug\qwindowsinputcontext.cpp.obj
  1536. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(679): warning C4996: 'stdext::make_unchecked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1537. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1538. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1539. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1540. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1541.        with
  1542.        [
  1543.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1544.            _InIt=const ushort *
  1545.        ]
  1546. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1547.        with
  1548.        [
  1549.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1550.            _Iter=stdext::unchecked_array_iterator<ushort *> &,
  1551.            _Diff=__int64
  1552.        ]
  1553. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1554. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::unchecked_array_iterator<unsigned short *> &,void>' being compiled
  1555. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::unchecked_array_iterator<unsigned short *>,void>' being compiled
  1556. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1557. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1558. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1559. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
  1560.        with
  1561.        [
  1562.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1563.        ]
  1564. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
  1565.        with
  1566.        [
  1567.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1568.        ]
  1569. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1570.        with
  1571.        [
  1572.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1573.        ]
  1574. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1575. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1576. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1577. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1578. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1579. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1580. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1581. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1582. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1583. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1584. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1585. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1586. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1587. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1588. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1589. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): note: the template instantiation context (the oldest one first) is
  1590. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1386): note: see reference to variable template 'const bool _Unwrappable_for_unverified_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1591. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1328): note: see reference to variable template 'const bool _Do_unwrap_when_unverified_v<stdext::unchecked_array_iterator<unsigned short *>,bool>' being compiled
  1592. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrap_when_unverified': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1593. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1388): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1594. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1595. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1596. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1597.        with
  1598.        [
  1599.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1600.            _InIt=const ushort *
  1601.        ]
  1602. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,unsigned short*>(_Iter &,_UIter &&)' being compiled
  1603.        with
  1604.        [
  1605.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1606.            _Iter=stdext::unchecked_array_iterator<ushort *>,
  1607.            _UIter=ushort *
  1608.        ]
  1609. [3714/19556] Building CXX object qtbase\src\plugins\platfo...dir\RelWithDebInfo\__\windows\qwindowsinputcontext.cpp.obj
  1610. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(679): warning C4996: 'stdext::make_unchecked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1611. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1612. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1613. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1614. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1615.        with
  1616.        [
  1617.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1618.            _InIt=const ushort *
  1619.        ]
  1620. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1621.        with
  1622.        [
  1623.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1624.            _Iter=stdext::unchecked_array_iterator<ushort *> &,
  1625.            _Diff=__int64
  1626.        ]
  1627. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1628. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::unchecked_array_iterator<unsigned short *> &,void>' being compiled
  1629. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::unchecked_array_iterator<unsigned short *>,void>' being compiled
  1630. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1631. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1632. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1633. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
  1634.        with
  1635.        [
  1636.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1637.        ]
  1638. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
  1639.        with
  1640.        [
  1641.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1642.        ]
  1643. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1644.        with
  1645.        [
  1646.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1647.        ]
  1648. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1649. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1650. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1651. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1652. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1653. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1654. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1655. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1656. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1657. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1658. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1659. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1660. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1661. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1662. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1663. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): note: the template instantiation context (the oldest one first) is
  1664. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1386): note: see reference to variable template 'const bool _Unwrappable_for_unverified_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1665. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1328): note: see reference to variable template 'const bool _Do_unwrap_when_unverified_v<stdext::unchecked_array_iterator<unsigned short *>,bool>' being compiled
  1666. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrap_when_unverified': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1667. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1388): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1668. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1669. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1670. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1671.        with
  1672.        [
  1673.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1674.            _InIt=const ushort *
  1675.        ]
  1676. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,unsigned short*>(_Iter &,_UIter &&)' being compiled
  1677.        with
  1678.        [
  1679.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1680.            _Iter=stdext::unchecked_array_iterator<ushort *>,
  1681.            _UIter=ushort *
  1682.        ]
  1683. [3749/19556] Building CXX object qtbase\src\widgets\CMakeF...idgets.dir\RelWithDebInfo\widgets\qkeysequenceedit.cpp.obj
  1684. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1685. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1686. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1687. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1688. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1689.        with
  1690.        [
  1691.            _OutIt=stdext::checked_array_iterator<int *>,
  1692.            _InIt=const int *
  1693.        ]
  1694. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1695.        with
  1696.        [
  1697.            _OutIt=stdext::checked_array_iterator<int *>,
  1698.            _Iter=stdext::checked_array_iterator<int *> &,
  1699.            _Diff=__int64
  1700.        ]
  1701. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1702. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1703. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1704. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1705. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1706. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1707. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1708. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1709. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1710.        with
  1711.        [
  1712.            _Iter=stdext::checked_array_iterator<int *>
  1713.        ]
  1714. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1715. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1716. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1717. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1718. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1719. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1720. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1721. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1722. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1723. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1724. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1725. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1726. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1727. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1728. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1729. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1730. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1731. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1732.        with
  1733.        [
  1734.            _OutIt=stdext::checked_array_iterator<int *>,
  1735.            _InIt=const int *
  1736.        ]
  1737. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1738.        with
  1739.        [
  1740.            _OutIt=stdext::checked_array_iterator<int *>,
  1741.            _Iter=stdext::checked_array_iterator<int *>,
  1742.            _UIter=int *
  1743.        ]
  1744. [3920/19556] Building CXX object qtbase\src\widgets\CMakeFiles\Widgets.dir\Debug\widgets\qkeysequenceedit.cpp.obj
  1745. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(43): warning C4996: 'stdext::make_checked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1746. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1747. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1748. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1749. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1750.        with
  1751.        [
  1752.            _OutIt=stdext::checked_array_iterator<int *>,
  1753.            _InIt=const int *
  1754.        ]
  1755. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1756.        with
  1757.        [
  1758.            _OutIt=stdext::checked_array_iterator<int *>,
  1759.            _Iter=stdext::checked_array_iterator<int *> &,
  1760.            _Diff=__int64
  1761.        ]
  1762. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::checked_array_iterator<int *> &>' being compiled
  1763. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::checked_array_iterator<int *> &,void>' being compiled
  1764. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::checked_array_iterator<int *>,void>' being compiled
  1765. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1766. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1767. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1768. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<stdext::checked_array_iterator<int *>>' being compiled
  1769. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<stdext::checked_array_iterator<int *>>' being compiled
  1770. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1771.        with
  1772.        [
  1773.            _Iter=stdext::checked_array_iterator<int *>
  1774.        ]
  1775. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::checked_array_iterator<int *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1776. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1777. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1778. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::checked_array_iterator<int *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1779. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1780. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1781. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::checked_array_iterator<int *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1782. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1783. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1784. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::checked_array_iterator<int *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1785. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1786. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1483): note: see declaration of 'stdext::checked_array_iterator'
  1787. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::checked_array_iterator<int *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1788. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1384): warning C4996: 'stdext::checked_array_iterator<int *>::_Verify_offset': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1789. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1385): warning C4996: 'stdext::checked_array_iterator<int *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1790. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::checked_array_iterator<int *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1791. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1792. C:\Qt\6.6.0\qtbase\include\QtGui\6.6.0\QtGui\private\../../../../../src/gui/kernel/qkeysequence_p.h(42): note: see reference to function template instantiation '_OutIt std::copy<const int*,stdext::checked_array_iterator<int *>>(_InIt,_InIt,_OutIt)' being compiled
  1793.        with
  1794.        [
  1795.            _OutIt=stdext::checked_array_iterator<int *>,
  1796.            _InIt=const int *
  1797.        ]
  1798. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,int*>(_Iter &,_UIter &&)' being compiled
  1799.        with
  1800.        [
  1801.            _OutIt=stdext::checked_array_iterator<int *>,
  1802.            _Iter=stdext::checked_array_iterator<int *>,
  1803.            _UIter=int *
  1804.        ]
  1805. [4127/19556] Building CXX object qtbase\src\plugins\platfo...onPlugin.dir\Debug\__\windows\qwindowsinputcontext.cpp.obj
  1806. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(679): warning C4996: 'stdext::make_unchecked_array_iterator': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1807. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1808. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1809. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1266): note: the template instantiation context (the oldest one first) is
  1810. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1811.        with
  1812.        [
  1813.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1814.            _InIt=const ushort *
  1815.        ]
  1816. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4723): note: see reference to function template instantiation 'decltype(auto) std::_Get_unwrapped_n<_OutIt&,__int64>(_Iter,const _Diff)' being compiled
  1817.        with
  1818.        [
  1819.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1820.            _Iter=stdext::unchecked_array_iterator<ushort *> &,
  1821.            _Diff=__int64
  1822.        ]
  1823. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1373): note: see reference to variable template 'const bool _Unwrappable_for_offset_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1824. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1367): note: see reference to variable template 'const bool _Unwrappable_v<stdext::unchecked_array_iterator<unsigned short *> &,void>' being compiled
  1825. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1294): note: see reference to variable template 'const bool _Allow_inheriting_unwrap_v<stdext::unchecked_array_iterator<unsigned short *>,void>' being compiled
  1826. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1827. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1828. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): note: the template instantiation context (the oldest one first) is
  1829. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1362): note: see reference to alias template instantiation 'std::_Iter_diff_t<_Iter>' being compiled
  1830.        with
  1831.        [
  1832.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1833.        ]
  1834. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1181): note: see reference to class template instantiation 'std::iterator_traits<_Iter>' being compiled
  1835.        with
  1836.        [
  1837.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1838.        ]
  1839. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(510): note: see reference to class template instantiation 'std::_Iterator_traits_base<_Iter,void>' being compiled
  1840.        with
  1841.        [
  1842.            _Iter=stdext::unchecked_array_iterator<ushort *>
  1843.        ]
  1844. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(490): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::iterator_category': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1845. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1846. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1847. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(491): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::value_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1848. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1849. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1850. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(492): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::difference_type': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1851. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1852. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1853. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(493): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::pointer': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1854. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1855. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1856. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\__msvc_iter_core.hpp(494): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::reference': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1857. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1858. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\iterator(1697): note: see declaration of 'stdext::unchecked_array_iterator'
  1859. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): note: the template instantiation context (the oldest one first) is
  1860. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1386): note: see reference to variable template 'const bool _Unwrappable_for_unverified_v<stdext::unchecked_array_iterator<unsigned short *> &>' being compiled
  1861. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1328): note: see reference to variable template 'const bool _Do_unwrap_when_unverified_v<stdext::unchecked_array_iterator<unsigned short *>,bool>' being compiled
  1862. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1324): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrap_when_unverified': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1863. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1388): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Unwrapped': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1864. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): warning C4996: 'stdext::unchecked_array_iterator<ushort *>::_Seek_to': warning STL4043: stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
  1865. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(1406): note: the template instantiation context (the oldest one first) is
  1866. C:\Qt\6.6.0\qtbase\src\plugins\platforms\windows\qwindowsinputcontext.cpp(678): note: see reference to function template instantiation '_OutIt std::copy<const ushort*,stdext::unchecked_array_iterator<ushort *>>(_InIt,_InIt,_OutIt)' being compiled
  1867.        with
  1868.        [
  1869.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1870.            _InIt=const ushort *
  1871.        ]
  1872. C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\Tools\MSVC\14.40.33807\include\xutility(4724): note: see reference to function template instantiation 'void std::_Seek_wrapped<_OutIt,unsigned short*>(_Iter &,_UIter &&)' being compiled
  1873.        with
  1874.        [
  1875.            _OutIt=stdext::unchecked_array_iterator<ushort *>,
  1876.            _Iter=stdext::unchecked_array_iterator<ushort *>,
  1877.            _UIter=ushort *
  1878.        ]
  1879. [7137/19556] Generating .rcc/qmlcache/qtquickcontrols2fusionstyleplugin_qmlcache_loader.cpp
  1880. FAILED: qtdeclarative/src/quickcontrols/fusion/.rcc/qmlcache/qtquickcontrols2fusionstyleplugin_qmlcache_loader.cpp C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/.rcc/qmlcache/qtquickcontrols2fusionstyleplugin_qmlcache_loader.cpp
  1881. cmd.exe /C "cd /D C:\Qt\6.6.0\qtdeclarative\src\quickcontrols\fusion && C:\Qt\6.6.0\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.6.0/qtbase/bin/qmlcachegen.exe --resource-name qmlcache_qtquickcontrols2fusionstyleplugin --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/.rcc/qmake_QtQuick_Controls_Fusion.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/.rcc/qtquickcontrols2fusionstyleplugin_raw_qml_0.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/.rcc/qtquickcontrols2fusionstyle.qrc -o C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/.rcc/qmlcache/qtquickcontrols2fusionstyleplugin_qmlcache_loader.cpp @C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/.rcc/qmlcache/qtquickcontrols2fusionstyleplugin_qml_loader_file_list.rsp"
  1882. [7138/19556] Generating .rcc/qmlcache/QuickTest_qmlcache_loader.cpp
  1883. FAILED: qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp C:/Qt/6.6.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp
  1884. cmd.exe /C "cd /D C:\Qt\6.6.0\qtdeclarative\src\qmltest && C:\Qt\6.6.0\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.6.0/qtbase/bin/qmlcachegen.exe --resource-name qmlcache_QuickTest --resource C:/Qt/6.6.0/qtdeclarative/src/qmltest/.rcc/qmake_QtTest.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/qmltest/.rcc/QuickTest_raw_qml_0.qrc -o C:/Qt/6.6.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp @C:/Qt/6.6.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qml_loader_file_list.rsp"
  1885. [7141/19556] Generating .rcc/qmlcache/qtquickcontrols2basicstyleplugin_qmlcache_loader.cpp
  1886. FAILED: qtdeclarative/src/quickcontrols/basic/.rcc/qmlcache/qtquickcontrols2basicstyleplugin_qmlcache_loader.cpp C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/basic/.rcc/qmlcache/qtquickcontrols2basicstyleplugin_qmlcache_loader.cpp
  1887. cmd.exe /C "cd /D C:\Qt\6.6.0\qtdeclarative\src\quickcontrols\basic && C:\Qt\6.6.0\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.6.0/qtbase/bin/qmlcachegen.exe --resource-name qmlcache_qtquickcontrols2basicstyleplugin --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/basic/.rcc/qmake_QtQuick_Controls_Basic.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/basic/.rcc/qtquickcontrols2basicstyleplugin_raw_qml_0.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/basic/.rcc/qtquickcontrols2basicstyleplugin.qrc -o C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/basic/.rcc/qmlcache/qtquickcontrols2basicstyleplugin_qmlcache_loader.cpp @C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/basic/.rcc/qmlcache/qtquickcontrols2basicstyleplugin_qml_loader_file_list.rsp"
  1888. [7142/19556] Generating .rcc/qmlcache/qtquickcontrols2fusionstyleimplplugin_qmlcache_loader.cpp
  1889. FAILED: qtdeclarative/src/quickcontrols/fusion/impl/.rcc/qmlcache/qtquickcontrols2fusionstyleimplplugin_qmlcache_loader.cpp C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/impl/.rcc/qmlcache/qtquickcontrols2fusionstyleimplplugin_qmlcache_loader.cpp
  1890. cmd.exe /C "cd /D C:\Qt\6.6.0\qtdeclarative\src\quickcontrols\fusion\impl && C:\Qt\6.6.0\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.6.0/qtbase/bin/qmlcachegen.exe --resource-name qmlcache_qtquickcontrols2fusionstyleimplplugin --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/impl/.rcc/qmake_QtQuick_Controls_Fusion_impl.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/impl/.rcc/qtquickcontrols2fusionstyleimplplugin_raw_qml_0.qrc -o C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/impl/.rcc/qmlcache/qtquickcontrols2fusionstyleimplplugin_qmlcache_loader.cpp @C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/fusion/impl/.rcc/qmlcache/qtquickcontrols2fusionstyleimplplugin_qml_loader_file_list.rsp"
  1891. [7143/19556] Generating .rcc/qmlcache/qtquickcontrols2imaginestyleplugin_qmlcache_loader.cpp
  1892. FAILED: qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/qtquickcontrols2imaginestyleplugin_qmlcache_loader.cpp C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/qtquickcontrols2imaginestyleplugin_qmlcache_loader.cpp
  1893. cmd.exe /C "cd /D C:\Qt\6.6.0\qtdeclarative\src\quickcontrols\imagine && C:\Qt\6.6.0\.qt\bin\qt_setup_tool_path.bat C:/Qt/6.6.0/qtbase/bin/qmlcachegen.exe --resource-name qmlcache_qtquickcontrols2imaginestyleplugin --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/imagine/.rcc/qmake_QtQuick_Controls_Imagine.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/imagine/.rcc/qtquickcontrols2imaginestyleplugin_raw_qml_0.qrc --resource C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/imagine/.rcc/qmake_qtquickcontrols2imaginestyleplugin.qrc -o C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/qtquickcontrols2imaginestyleplugin_qmlcache_loader.cpp @C:/Qt/6.6.0/qtdeclarative/src/quickcontrols/imagine/.rcc/qmlcache/qtquickcontrols2imaginestyleplugin_qml_loader_file_list.rsp"
  1894. [7166/19556] Building CXX object qtdeclarative\src\plugins...rviceFactoryPlugin.dir\Debug\qquickwindowinspector.cpp.obj
  1895. ninja: build stopped: subcommand failed.
  1896.  
  1897. C:\Qt\6.6.0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement