ICL 19.2:更新了 VS2019 现在使用 is_always_equal _CXX17_DEPRECATE_OLD_ALLOCATOR_MEMBERS = true_type

问题描述

我最近更新了 VS2019,并在我使用以下行编译代码时开始收到以下错误:

icl -I"C:/Program Files(x86)/IntelSWTools/sw_dev_tools/compilers_and_libraries_2020.2.254/windows/compiler/include"  -I/../boost_1_73_0 -I./some-internal-include-path -Qstd=c++17 -fast -Qipo -Qipo -Qopenmp-simd -Qparallel  -Qopt-dynamic-align -fp:fast=2   -Qdiag-error-limit:3                 -O3 -MD -arch:sse2 -Qopenmp -Fo:DEBUG/obj/my_program.obj -c my_program.cpp
        Intel(R) C++ Intel(R) 64 Compiler for applications running on Intel(R) 64,Version 19.1.2.254 Build 20200623
        Copyright (C) 1985-2020 Intel Corporation.  All rights reserved.
        
        my_program.cpp
        C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\xmemory(782): error: attribute does not apply to any entity
              using is_always_equal _CXX17_DEPRECATE_OLD_ALLOCATOR_MEMBERS = true_type;
                                    ^
        
        C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.28.29910\include\xmemory(844): error: attribute does not apply to any entity
              using is_always_equal _CXX17_DEPRECATE_OLD_ALLOCATOR_MEMBERS = true_type; 

非常感谢任何线索。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...