Quantcast
Channel: Intel® Software - Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1175

C++ compiler update causing template specialization error

$
0
0

I am using the Intel C++ compiler to compile the Stan Math library (https://github.com/stan-dev/math).

I recently updated my Intel C++ compiler from 2018.1.156 to 2018.2.185 through Parallel Studio XE 2018 Update 2.  Following this update, some code that previously worked fine, now produces the following error,

error: more than one partial specialization matches the template argument list of class

I posted my error on the Stan Math library forum, and one of the library developers thinks that it is a compiler bug.  Here is a link to my post of the Stan Math library forum, which has some more details of the problem,

http://discourse.mc-stan.org/t/function-multi-normal-log-causing-intel-c...


Viewing all articles
Browse latest Browse all 1175

Trending Articles