-
I have a file
This has something to with lack of support for C++14 but I don't understand the reference to my system's |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The solution was to pass the |
Beta Was this translation helpful? Give feedback.
The solution was to pass the
--gcc-toolchain=/path_to_newer_gcc/
toclang++
. This seems to fix the problem.