Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

internal error: assertion failed at: "shared/cfe/edgcpfe/expr.c", line 3653

$
0
0

Trying to evaluate Intel Compiler 15, but I can't get it to compile our C++11 code base. I've worked around some other problems (both compile find with g++-4.8 and clang++-3.5), but I having a harder time working around this one... Is this a known issue? The evaluation process is very difficult. Its unclear from the emails where or how to get support? With 30 days, it will take me 30 days to workaround just getting our code to compile... argh!

/** Call a Json::Value constructor on some type T. **/
template <typename T>
inline auto ToJson(const T& value) -> decltype(Json::Value(value))
{
    return Json::Value(value);
}

---

./shared/JsonUtil.h(814): internal error: assertion failed at: "shared/cfe/edgcpfe/expr.c", line 3653

  inline auto ToJson(const T& value) -> decltype(Json::Value(value))


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>