Closed walbourn closed 6 years ago
The Intel C++ 18 compiler (18.0.1) has some internal bugs with std::make_unique that need fixed before the code will safely compile.
std::make_unique
error : assertion failed at: "shared/cfe/edgcpfe/templates.c", line 7609 effect = std::make_unique();
These are fixed in the Intel C++ 18 compiler (18.0.3) which is in the Intel System Studio 2018 Update 2 and Intel Performance Studio-XE 2018 Update 3.
The Intel C++ 18 compiler (18.0.1) has some internal bugs with
std::make_unique
that need fixed before the code will safely compile.