Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **********************************************************************
- ** Visual Studio 2022 Developer Command Prompt v17.10.0-pre.7.0
- ** Copyright (c) 2022 Microsoft Corporation
- **********************************************************************
- [vcvarsall.bat] Environment initialized for: 'x64'
- C:\Program Files\Microsoft Visual Studio\2022\Preview>cd C:\Qt\6.6.0
- 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"
- + cd qtbase
- + 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"
- -- Windows 10 SDK version: 10.0.22621.0
- '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'
- -- Using vcpkg from C:\Program Files\Microsoft Visual Studio\2022\Preview\VC\vcpkg
- -- CMAKE_TOOLCHAIN_FILE is: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/vcpkg/scripts/buildsystems/vcpkg.cmake
- -- The CXX compiler identification is MSVC 19.40.33808.0
- -- The C compiler identification is MSVC 19.40.33808.0
- -- The ASM compiler identification is MSVC
- -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/Tools/MSVC/14.40.33807/bin/Hostx64/x64/cl.exe
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- 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
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- 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
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Checking dependencies of submodule 'qtbase'
- -- Checking dependencies of submodule 'qtimageformats'
- -- Checking dependencies of submodule 'qtlanguageserver'
- -- Checking dependencies of submodule 'qtshadertools'
- -- Checking dependencies of submodule 'qtsvg'
- -- Checking dependencies of submodule 'qtdeclarative'
- -- Checking dependencies of submodule 'qtquicktimeline'
- -- Checking dependencies of submodule 'qtquick3d'
- -- Checking dependencies of submodule 'qtmultimedia'
- -- Checking dependencies of submodule 'qt3d'
- -- Checking dependencies of submodule 'qt5compat'
- -- Checking dependencies of submodule 'qtactiveqt'
- -- Checking dependencies of submodule 'qtcharts'
- -- Checking dependencies of submodule 'qtcoap'
- -- Checking dependencies of submodule 'qtconnectivity'
- -- Checking dependencies of submodule 'qtdatavis3d'
- -- Checking dependencies of submodule 'qtwebsockets'
- -- Checking dependencies of submodule 'qthttpserver'
- -- Checking dependencies of submodule 'qttools'
- -- Checking dependencies of submodule 'qtserialport'
- -- Checking dependencies of submodule 'qtpositioning'
- -- Checking dependencies of submodule 'qtwebchannel'
- -- Checking dependencies of submodule 'qtwebengine'
- -- Checking dependencies of submodule 'qtdoc'
- -- Checking dependencies of submodule 'qtgraphs'
- -- Checking dependencies of submodule 'qtgrpc'
- -- Checking dependencies of submodule 'qtlocation'
- -- Checking dependencies of submodule 'qtlottie'
- -- Checking dependencies of submodule 'qtmqtt'
- -- Checking dependencies of submodule 'qtnetworkauth'
- -- Checking dependencies of submodule 'qtopcua'
- -- Checking dependencies of submodule 'qtquick3dphysics'
- -- Checking dependencies of submodule 'qtquickeffectmaker'
- -- Checking dependencies of submodule 'qtremoteobjects'
- -- Checking dependencies of submodule 'qtscxml'
- -- Checking dependencies of submodule 'qtsensors'
- -- Checking dependencies of submodule 'qtserialbus'
- -- Checking dependencies of submodule 'qtspeech'
- -- Checking dependencies of submodule 'qttranslations'
- -- Checking dependencies of submodule 'qtvirtualkeyboard'
- -- Checking dependencies of submodule 'qtwayland'
- -- Checking dependencies of submodule 'qtwebview'
- -- Configuring submodule 'qtbase'
- -DVCPKG_TARGET_TRIPLET=x64-windows
- -DVCPKG_APPLOCAL_DEPS=ON
- -DZ_VCPKG_ROOT_DIR=C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/vcpkg
- -DCMAKE_C_FLAGS=/DWIN32 /D_WINDOWS
- -DCMAKE_C_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
- -DCMAKE_C_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
- -DCMAKE_C_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
- -DCMAKE_CXX_FLAGS=/DWIN32 /D_WINDOWS /EHsc
- -DCMAKE_CXX_FLAGS_DEBUG=/Zi /Ob0 /Od /RTC1
- -DCMAKE_CXX_FLAGS_RELEASE=/O2 /Ob2 /DNDEBUG
- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=/Zi /O2 /Ob1 /DNDEBUG
- -DCMAKE_OBJCOPY=C:/Strawberry/c/bin/objcopy.exe
- -DCMAKE_EXE_LINKER_FLAGS=/machine:x64
- -DCMAKE_TOOLCHAIN_FILE=C:/Program Files/Microsoft Visual Studio/2022/Preview/VC/vcpkg/scripts/buildsystems/vcpkg.cmake
- -DCMAKE_C_STANDARD=11
- -DCMAKE_C_STANDARD_REQUIRED=ON
- -DCMAKE_CXX_STANDARD=17
- -DCMAKE_CXX_STANDARD_REQUIRED=ON
- -DCMAKE_MODULE_PATH:STRING=C:/Qt/6.6.0/qtbase/cmake/platforms
- -- Configuring submodule 'qtimageformats'
- -- Configuring submodule 'qtlanguageserver'
- -- Configuring submodule 'qtshadertools'
- -- Configuring submodule 'qtsvg'
- -- Configuring submodule 'qtdeclarative'
- -- Configuring submodule 'qtquicktimeline'
- -- Configuring submodule 'qtquick3d'
- -- Configuring submodule 'qtmultimedia'
- -- Configuring submodule 'qt3d'
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/render/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/scene3d/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/extras/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/scene2d/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/input/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/logic/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt3d/src/quick3d/imports/animation/CMakeLists.txt:10 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring submodule 'qt5compat'
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qt5compat/src/imports/graphicaleffects5/CMakeLists.txt:36 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring submodule 'qtactiveqt'
- -- Configuring submodule 'qtcharts'
- -- Configuring submodule 'qtcoap'
- -- Configuring submodule 'qtconnectivity'
- -- Configuring submodule 'qtdatavis3d'
- -- Configuring submodule 'qtwebsockets'
- CMake Warning (dev) at qtbase/lib/cmake/Qt6Qml/Qt6QmlBuildInternals.cmake:404 (message):
- INSTALL_SOURCE_QMLTYPES option is deprecated and should not be used.
- Please port your module to use declarative type registration.
- Call Stack (most recent call first):
- qtwebsockets/src/imports/qmlwebsockets/CMakeLists.txt:4 (qt_internal_add_qml_module)
- This warning is for project developers. Use -Wno-dev to suppress it.
- -- Configuring submodule 'qthttpserver'
- -- Configuring submodule 'qttools'
- -- Could NOT find Clang (missing: Clang_DIR)
- -- Could NOT find Clang (missing: Clang_DIR)
- -- Configuring submodule 'qtserialport'
- -- Configuring submodule 'qtpositioning'
- -- Configuring submodule 'qtwebchannel'
- -- Configuring submodule 'qtwebengine'
- [QtWebEngine] -- Windows 10 SDK version: 10.0.22621.0
- -- Configuring submodule 'qtdoc'
- -- Configuring submodule 'qtgraphs'
- -- Configuring submodule 'qtgrpc'
- -- Configuring submodule 'qtlocation'
- -- Configuring submodule 'qtlottie'
- -- Configuring submodule 'qtmqtt'
- -- Configuring submodule 'qtnetworkauth'
- -- Configuring submodule 'qtopcua'
- -- Configuring submodule 'qtquick3dphysics'
- -- Configuring submodule 'qtquickeffectmaker'
- Nodes path: ./qml/QtQuickEffectMaker/defaultnodes
- -- Configuring submodule 'qtremoteobjects'
- -- Configuring submodule 'qtscxml'
- -- Configuring submodule 'qtsensors'
- -- Configuring submodule 'qtserialbus'
- -- Configuring submodule 'qtspeech'
- -- Configuring submodule 'qttranslations'
- -- Configuring submodule 'qtvirtualkeyboard'
- -- Configuring submodule 'qtwayland'
- Skipping the build as the condition "LINUX OR MACOS OR QNX" is not met.-- Configuring submodule 'qtwebview'
- -- Configuration summary shown below. It has also been written to C:/Qt/6.6.0/config.summary
- -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
- -- Configure summary:
- Building for: win32-msvc (x86_64, CPU features: )
- Compiler: msvc 19.40.33808.0
- Build options:
- Mode ................................... debug and release (with debug info)
- Optimize release build for size ........ no
- Fully optimize release builds (-O3) .... no
- Building shared libraries .............. yes
- Unity Build ............................ no
- Relocatable ............................ yes
- Using precompiled headers .............. yes
- Using Link Time Optimization (LTCG) .... no
- Using Intel CET ........................ no
- Target compiler supports:
- x86 Intrinsics ....................... Basic VAES AVX512VBMI2
- Sanitizers:
- Addresses ............................ no
- Threads .............................. no
- Memory ............................... no
- Fuzzer (instrumentation only) ........ no
- Undefined ............................ no
- Build parts ............................ libs tools
- Install examples sources ............... no
- App store compliance ................... no
- Qt modules and options:
- Qt Concurrent .......................... yes
- Qt D-Bus ............................... yes
- Qt D-Bus directly linked to libdbus .... no
- Qt Gui ................................. yes
- Qt Network ............................. yes
- Qt PrintSupport ........................ yes
- Qt Sql ................................. yes
- Qt Testlib ............................. yes
- Qt Widgets ............................. yes
- Qt Xml ................................. yes
- Support enabled for:
- Using pkg-config ....................... no
- Using vcpkg ............................ yes
- udev ................................... no
- OpenSSL ................................ yes
- Qt directly linked to OpenSSL ........ yes
- OpenSSL 1.1 ............................ no
- OpenSSL 3.0 ............................ yes
- Using system zlib ...................... no
- Zstandard support ...................... no
- Thread support ......................... yes
- Common build options:
- Linker can resolve circular dependencies yes
- Qt Core:
- backtrace .............................. no
- DoubleConversion ....................... yes
- Using system DoubleConversion ........ no
- GLib ................................... no
- ICU .................................... no
- Using system libb2 ..................... no
- Built-in copy of the MIME database ..... yes
- Application permissions ................ yes
- Tracing backend ........................ <none>
- OpenSSL based cryptographic hash ....... no
- Logging backends:
- journald ............................. no
- syslog ............................... no
- slog2 ................................ no
- PCRE2 .................................. yes
- Using system PCRE2 ................... no
- Qt Sql:
- SQL item models ........................ yes
- Qt Network:
- getifaddrs() ........................... no
- IPv6 ifname ............................ no
- libproxy ............................... no
- Schannel ............................... no
- DTLS ................................... yes
- OCSP-stapling .......................... yes
- SCTP ................................... no
- Use system proxies ..................... yes
- GSSAPI ................................. no
- Brotli Decompression Support ........... no
- qIsEffectiveTLD() ...................... yes
- Built-in publicsuffix database ....... yes
- System publicsuffix database ......... no
- Core tools:
- Android deployment tool ................ yes
- macOS deployment tool .................. no
- Windows deployment tool ................ yes
- qmake .................................. yes
- Qt Gui:
- Accessibility .......................... yes
- FreeType ............................... yes
- Using system FreeType ................ no
- HarfBuzz ............................... yes
- Using system HarfBuzz ................ no
- Fontconfig ............................. no
- Image formats:
- GIF .................................. yes
- ICO .................................. yes
- JPEG ................................. yes
- Using system libjpeg ............... no
- PNG .................................. yes
- Using system libpng ................ no
- Text formats:
- HtmlParser ........................... yes
- CssParser ............................ yes
- OdfWriter ............................ yes
- MarkdownReader ....................... yes
- Using system libmd4c ............... no
- MarkdownWriter ....................... yes
- EGL .................................... no
- OpenVG ................................. no
- OpenGL:
- Desktop OpenGL ....................... no
- Dynamic OpenGL ....................... yes
- OpenGL ES 2.0 ........................ no
- OpenGL ES 3.0 ........................ no
- OpenGL ES 3.1 ........................ no
- OpenGL ES 3.2 ........................ no
- Vulkan ................................. yes
- Session Management ..................... yes
- Features used by QPA backends:
- evdev .................................. no
- libinput ............................... no
- HiRes wheel support in libinput ........ no
- INTEGRITY HID .......................... no
- mtdev .................................. no
- tslib .................................. no
- xkbcommon .............................. no
- X11 specific:
- XLib ................................. no
- XCB Xlib ............................. no
- EGL on X11 ........................... no
- xkbcommon-x11 ........................ no
- xcb-sm ............................... no
- QPA backends:
- DirectFB ............................... no
- EGLFS .................................. no
- EGLFS details:
- EGLFS OpenWFD ........................ no
- EGLFS i.Mx6 .......................... no
- EGLFS i.Mx6 Wayland .................. no
- EGLFS RCAR ........................... no
- EGLFS EGLDevice ...................... no
- EGLFS GBM ............................ no
- EGLFS VSP2 ........................... no
- EGLFS Mali ........................... no
- EGLFS Raspberry Pi ................... no
- EGLFS X11 ............................ no
- LinuxFB ................................ no
- VNC .................................... no
- VK_KHR_display ......................... no
- QNX:
- lgmon ................................ no
- IMF .................................. no
- XCB:
- Using system-provided xcb-xinput ..... no
- GL integrations:
- GLX Plugin ......................... no
- XCB GLX .......................... no
- EGL-X11 Plugin ..................... no
- Windows:
- Direct 2D ............................ yes
- Direct 2D 1.1 ........................ yes
- DirectWrite .......................... yes
- DirectWrite 3 ........................ yes
- Qt Widgets:
- GTK+ ................................... no
- Styles ................................. Fusion Windows WindowsVista
- Qt Testlib:
- Tester for item models ................. yes
- Batch tests ............................ no
- Qt PrintSupport:
- CUPS ................................... no
- Qt Sql Drivers:
- DB2 (IBM) .............................. no
- InterBase .............................. no
- MySql .................................. no
- OCI (Oracle) ........................... no
- ODBC ................................... yes
- PostgreSQL ............................. no
- SQLite ................................. yes
- Using system provided SQLite ......... no
- Mimer .................................. no
- Further Image Formats:
- JasPer ................................. no
- MNG .................................... no
- TIFF ................................... yes
- Using system libtiff ................. no
- WEBP ................................... yes
- Using system libwebp ................. no
- Qt QML:
- QML network support .................... yes
- QML debugging and profiling support .... yes
- QML just-in-time compiler .............. yes
- QML XML http request ................... yes
- QML Locale ............................. yes
- Qt QML Models:
- QML list model ......................... yes
- QML delegate model ..................... yes
- Qt Quick:
- AnimatedImage item ..................... yes
- Canvas item ............................ yes
- Support for Qt Quick Designer .......... yes
- Flipable item .......................... yes
- GridView item .......................... yes
- ListView item .......................... yes
- TableView item ......................... yes
- TreeView item .......................... yes
- Path support ........................... yes
- PathView item .......................... yes
- Positioner items ....................... yes
- Repeater item .......................... yes
- ShaderEffect item ...................... yes
- Sprite item ............................ yes
- Qt Quick Templates 2:
- Hover support .......................... yes
- Multi-touch support .................... yes
- Calendar support ....................... yes
- Qt Quick Controls 2:
- Styles ................................. Basic Fusion Imagine iOS Material Universal macOS Windows
- QtQuick3D:
- Assimp ................................. yes
- System Assimp .......................... no
- Qt Multimedia:
- Spatial Audio .......................... yes
- Spatial Audio (Quick3D) ................ yes
- Low level Audio Backend:
- ALSA (experimental) .................. no
- PulseAudio ........................... no
- MMRenderer ........................... no
- CoreAudio ............................ no
- Windows Media SDK .................... yes
- Open SLES (Android) .................. no
- Web Assembly ......................... no
- Plugin:
- GStreamer 1.0 ........................ no
- FFmpeg ............................... no
- MMRenderer ........................... no
- AVFoundation ......................... no
- Windows Media Foundation ............. yes
- Hardware acceleration and features:
- Video for Linux ...................... no
- VAAPI support ........................ no
- Linux DMA buffer support ............. no
- VideoToolbox ......................... no
- Qt 3D:
- Assimp ................................. yes
- System Assimp .......................... no
- Aspects:
- Render aspect ........................ yes
- Input aspect ......................... yes
- Logic aspect ......................... yes
- Animation aspect ..................... yes
- Extras aspect ........................ yes
- Qt 3D APIs:
- Vulkan ................................. yes
- Qt 3D Renderers:
- OpenGL Renderer ........................ yes
- RHI Renderer ........................... yes
- Qt3D Geometry Loaders:
- Autodesk FBX ........................... no
- Qt 5 Compatibility Libraries:
- iconv .................................. no
- Qt Charts Types:
- Area Chart ............................. yes
- Line Chart ............................. yes
- Spline Chart ........................... yes
- Scatter Chart .......................... yes
- Bar Chart .............................. yes
- Pie Chart .............................. yes
- Boxplot Chart .......................... yes
- Candlestick Chart ...................... yes
- Qt Axis Types:
- DateTime Axis .......................... yes
- Qt Bluetooth:
- BlueZ .................................. no
- BlueZ Low Energy ....................... no
- Linux Crypto API ....................... no
- WinRT Bluetooth API .................... yes
- Qt Tools:
- Qt Assistant ........................... yes
- libclang found ......................... no
- Clang-based lupdate parser ............. no
- Qt Designer ............................ yes
- Qt Distance Field Generator ............ yes
- Qt Linguist ............................ yes
- pixeltool .............................. yes
- qdbus .................................. yes
- QDoc ................................... no
- Qt Attributions Scanner ................ yes
- qtdiag ................................. yes
- qtplugininfo ........................... yes
- Serial Port:
- ntddmodm ............................... yes
- WebEngine Repository Build Options:
- Build Ninja ............................ no
- Build Gn ............................... yes
- Jumbo Build ............................ yes
- Developer build ........................ no
- Build QtWebEngine Modules:
- Build QtWebEngineCore ................ yes
- Build QtWebEngineWidgets ............. yes
- Build QtWebEngineQuick ............... yes
- Build QtPdf Modules:
- Build QtPdfWidgets ................... yes
- Build QtPdfQuick ..................... yes
- Qt WebEngineCore:
- Embedded build ......................... no
- Full debug information ................. no
- Sanitizer support ...................... no
- Pepper Plugins ......................... yes
- Printing and PDF ....................... yes
- Proprietary Codecs ..................... yes
- Spellchecker ........................... yes
- Native Spellchecker .................... no
- WebRTC ................................. yes
- PipeWire over GIO ...................... no
- Geolocation ............................ yes
- WebChannel support ..................... yes
- Kerberos Authentication ................ yes
- Extensions ............................. yes
- Vulkan support ......................... yes
- Use v8 context snapshot ................ yes
- Qt WebEngineQuick:
- UI Delegates ........................... yes
- Qt PDF:
- Support V8 ............................. no
- Support XFA ............................ no
- Support XFA-BMP ........................ no
- Support XFA-GIF ........................ no
- Support XFA-PNG ........................ no
- Support XFA-TIFF ....................... no
- Bitcode support ........................ no
- Use static runtime ..................... no
- Qt Protobuf:
- Qt Core types support .................. no
- Qt Gui types support ................... no
- Well-known types support ............... no
- Qt Protobuf tools:
- Qt Protobuf generator .................. no
- Qt GRPC:
- gRPC support ........................... yes
- Native gRPC support .................... no
- Qt GRPC tools:
- Qt GRPC generator ...................... no
- Qt Opcua:
- Open62541 .............................. yes
- Unified Automation C++ SDK ............. no
- Support for namespace 0 NodeId names ... yes
- Namespace 0 NodeIds generator .......... no
- Open62541 security support ............. yes
- Support for global discovery server .... yes
- Qt Remote Objects:
- High Availability Manager (ham) ........ no
- Qt Scxml:
- ECMAScript data model for QtScxml ...... yes
- Qt Sensors:
- WinRT sensors backend .................. yes
- Qt SerialBus:
- Socket CAN ............................. no
- Socket CAN FD .......................... no
- SerialPort Support ..................... yes
- Qt TextToSpeech:
- Flite .................................. no
- Flite with ALSA ........................ no
- Speech Dispatcher ...................... no
- Qt Virtualkeyboard:
- Desktop integration .................... yes
- Built-in layouts ....................... yes
- Key navigation ......................... no
- Retro style as default ................. no
- Sensitive Debug ........................ no
- Cerence ................................ no
- Static Linking ....................... no
- Handwriting .......................... no
- Alphabetic ......................... no
- CJK ................................ no
- XT9 .................................. no
- XT9 Debug .......................... no
- XT9 9-key layouts .................. no
- Bundle resources ..................... no
- Handwriting ........................ no
- XT9 ................................ no
- Hunspell ............................... no
- Using Hunspell copy from 3rdparty/ ... no
- OpenWnn ................................ yes
- MyScript ............................... no
- Example HWR ............................ no
- Language support enabled for:
- Arabic ............................... yes
- Bulgarian ............................ yes
- Czech ................................ yes
- Danish ............................... yes
- German ............................... yes
- Greek ................................ yes
- English GB ........................... yes
- English US ........................... yes
- Spanish .............................. yes
- Spanish Mexico ....................... yes
- Estonian ............................. yes
- Farsi ................................ yes
- Finnish .............................. yes
- French Canada ........................ yes
- French France ........................ yes
- Hebrew ............................... yes
- Hindi .............
- ................... yes
- Croatian ............................. yes
- Hungarian ............................ yes
- Indonesian ........................... yes
- Italian .............................. yes
- Japanese ............................. yes
- Korean ............................... yes
- Malay ................................ yes
- Norwegian ............................ yes
- Dutch ................................ yes
- Polish ............................... yes
- Portuguese Brazil .................... yes
- Portuguese Portugal .................. yes
- Romanian ............................. yes
- Russian .............................. yes
- Slovak ............................... yes
- Slovenian ............................ yes
- Albanian ............................. yes
- Serbian .............................. yes
- Swedish .............................. yes
- Thai ................................. yes
- Turkish .............................. yes
- UkrainianNote: Hunspell in Qt Virtual Keyboard is not enabled. Spelling correction will not be available.
- 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.
- ............................ yes
- Vietnamese ........................... yes
- Simplified Chinese ................... yes
- Traditional Chinese .................. yes
- HongKong Chinese ..................... no
- Traditional chinese input methods:
- Zhuyin ............................... yes
- Cangjie .............................. yes
- --
- Qt is now configured for building. Just run 'cmake --build . --parallel'
- Once everything is built, you must run 'ninja install'
- Qt will be installed into 'C:/Qt/6.6.0'
- To configure and build other Qt modules, you can use the following convenience script:
- C:/Qt/6.6.0/bin/qt-configure-module.bat
- If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
- Alternatively, you can add the --fresh flag to your CMake flags.
- You may need to set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation.
- 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
- file is in place, the configure script may be able to detect your system-installed libraries without further environment variables.
- On macOS, you can use Homebrew's llvm package.
- You will also need to set the FEATURE_clang CMake variable to ON to re-evaluate this check.
- WARNING: Clang-based lupdate parser will not be available. LLVM and Clang C++ libraries have not been found.
- You will need to set the FEATURE_clangcpp CMake variable to ON to re-evaluate this check.
- -- Configuring done (96.9s)
- -- Generating done (14.6s)
- -- Build files have been written to: C:/Qt/6.6.0
- C:\Qt\6.6.0>cmake --build . --parallel
- [1048/19556] Performing configure step for 'gn'
- -- The CXX compiler identification is MSVC 19.40.33808.0
- -- The C compiler identification is MSVC 19.40.33808.0
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- 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
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- 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
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- 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
- -- Found Ninja: C:/Strawberry/c/bin/ninja.exe (found suitable version "1.11.1", minimum required is "1.7.2")
- -- Configuring done (2.3s)
- -- Generating done (0.0s)
- CMake Warning:
- Manually-specified variables were not used by the project:
- CMAKE_BUILD_TYPE
- -- Build files have been written to: C:/Qt/6.6.0/qtwebengine/src/gn
- [1066/19556] Building CXX object qtbase\src\tools\bootstra...lWithDebInfo\__\__\corelib\kernel\qcoreapplication.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _InIt=char **
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _Iter=stdext::checked_array_iterator<char **> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<char **>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _InIt=char **
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _Iter=stdext::checked_array_iterator<char **>,
- _UIter=char **
- ]
- [0/1] Generating gn.exeC:\Qt\6.6.0\qtwebengine\src\3rdparty\gn\build\gen.py:238: SyntaxWarning: invalid escape sequence '\d'
- mo = re.match(ROOT_TAG + '-(\d+)-g([0-9a-f]+)', describe_output.decode())
- ninja: Entering directory `C:/Qt/6.6.0/qtwebengine/src/gn/RelWithDebInfo'
- [197/197] LINK gn.exe
- [1771/19556] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\RelWithDebInfo\kernel\qcoreapplication.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _InIt=char **
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _Iter=stdext::checked_array_iterator<char **> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<char **>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _InIt=char **
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _Iter=stdext::checked_array_iterator<char **>,
- _UIter=char **
- ]
- [2046/19556] Building CXX object qtbase\src\corelib\CMakeFiles\Core.dir\Debug\kernel\qcoreapplication.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _InIt=char **
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _Iter=stdext::checked_array_iterator<char **> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<char **>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _InIt=char **
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<char **>,
- _Iter=stdext::checked_array_iterator<char **>,
- _UIter=char **
- ]
- [2894/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qplatformthemefactory.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [2916/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qpointingdevice.cpp.obj
- 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.
- C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: the template instantiation context (the oldest one first) is
- 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
- 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
- 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
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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 *)'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- 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'
- 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'
- 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.
- 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'
- 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
- 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 *)'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- 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'
- 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'
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _InIt=QPointingDevicePrivate::EventPointData *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _InIt=QPointingDevicePrivate::EventPointData *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _UIter=QPointingDevicePrivate::EventPointData *
- ]
- [2923/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qplatformtheme.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [3049/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\RelWithDebInfo\kernel\qkeysequence.cpp.obj
- 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.
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [3133/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qplatformthemefactory.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [3153/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qpointingdevice.cpp.obj
- 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.
- C:\Qt\6.6.0\qtbase\include\QtCore\../../src/corelib/tools/qvarlengtharray.h(963): note: the template instantiation context (the oldest one first) is
- 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
- 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
- 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
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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 *)'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- 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'
- 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'
- 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.
- 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'
- 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
- 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 *)'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- with
- [
- T=QPointingDevicePrivate::EventPointData
- ]
- 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'
- 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'
- 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'
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _InIt=QPointingDevicePrivate::EventPointData *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _InIt=QPointingDevicePrivate::EventPointData *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _Iter=stdext::checked_array_iterator<QPointingDevicePrivate::EventPointData *>,
- _UIter=QPointingDevicePrivate::EventPointData *
- ]
- [3192/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qplatformtheme.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [3278/19556] Building CXX object qtbase\src\gui\CMakeFiles\Gui.dir\Debug\kernel\qkeysequence.cpp.obj
- 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.
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [3468/19556] Building CXX object qtbase\src\plugins\platfo...tionPlugin.dir\RelWithDebInfo\qwindowsinputcontext.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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
- 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
- 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
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *>,
- _UIter=ushort *
- ]
- [3560/19556] Building CXX object qtbase\src\plugins\platfo...wsIntegrationPlugin.dir\Debug\qwindowsinputcontext.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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
- 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
- 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
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *>,
- _UIter=ushort *
- ]
- [3714/19556] Building CXX object qtbase\src\plugins\platfo...dir\RelWithDebInfo\__\windows\qwindowsinputcontext.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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
- 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
- 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
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *>,
- _UIter=ushort *
- ]
- [3749/19556] Building CXX object qtbase\src\widgets\CMakeF...idgets.dir\RelWithDebInfo\widgets\qkeysequenceedit.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [3920/19556] Building CXX object qtbase\src\widgets\CMakeFiles\Widgets.dir\Debug\widgets\qkeysequenceedit.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- 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
- 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
- with
- [
- _Iter=stdext::checked_array_iterator<int *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _InIt=const int *
- ]
- 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
- with
- [
- _OutIt=stdext::checked_array_iterator<int *>,
- _Iter=stdext::checked_array_iterator<int *>,
- _UIter=int *
- ]
- [4127/19556] Building CXX object qtbase\src\plugins\platfo...onPlugin.dir\Debug\__\windows\qwindowsinputcontext.cpp.obj
- 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.
- 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.
- 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'
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *> &,
- _Diff=__int64
- ]
- 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
- 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
- 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
- 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.
- 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'
- 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
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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
- with
- [
- _Iter=stdext::unchecked_array_iterator<ushort *>
- ]
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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.
- 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.
- 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'
- 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
- 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
- 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
- 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.
- 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.
- 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.
- 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
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _InIt=const ushort *
- ]
- 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
- with
- [
- _OutIt=stdext::unchecked_array_iterator<ushort *>,
- _Iter=stdext::unchecked_array_iterator<ushort *>,
- _UIter=ushort *
- ]
- [7137/19556] Generating .rcc/qmlcache/qtquickcontrols2fusionstyleplugin_qmlcache_loader.cpp
- 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
- 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"
- [7138/19556] Generating .rcc/qmlcache/QuickTest_qmlcache_loader.cpp
- FAILED: qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp C:/Qt/6.6.0/qtdeclarative/src/qmltest/.rcc/qmlcache/QuickTest_qmlcache_loader.cpp
- 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"
- [7141/19556] Generating .rcc/qmlcache/qtquickcontrols2basicstyleplugin_qmlcache_loader.cpp
- 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
- 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"
- [7142/19556] Generating .rcc/qmlcache/qtquickcontrols2fusionstyleimplplugin_qmlcache_loader.cpp
- 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
- 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"
- [7143/19556] Generating .rcc/qmlcache/qtquickcontrols2imaginestyleplugin_qmlcache_loader.cpp
- 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
- 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"
- [7166/19556] Building CXX object qtdeclarative\src\plugins...rviceFactoryPlugin.dir\Debug\qquickwindowinspector.cpp.obj
- ninja: build stopped: subcommand failed.
- C:\Qt\6.6.0>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement