Replies: 1 comment
-
@Xarlight That is caused by clang-tidy and using gcc headers. The gcc headers are attempting to use __float128 when your clang compiler thinks it doesn't support them. I'm not sure if it's bug we can fix or not. We could convert this to an issue to potentially investigate later. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am currently a second year student and following a project I find myself using Visual Studio Code however after many tries a perpetual error to launch my code remains (I tried some solution on the net but nothing works). I was wondering if you had a solution, so I'll take the liberty of posting a few photos:
My code :
My c_ cpp_proprietes.json :
and I don't know if it's any use but my launch.json :
Thank you very much for taking the time to answer my question.
Have a nice day. 🥇
Beta Was this translation helpful? Give feedback.
All reactions