79734722

Date: 2025-08-13 20:36:10
Score: 3.5
Natty:
Report link

I found another solution to this problem.

add:

{
    "C_Cpp.codeAnalysis.clangTidy.args": [ "${default}", "-mlong-double-64" ],
}

to settings.json file. This will set the long-double size to 64 and so 128 won't be included.

I get a similar error when I compile from the command line manually without this option. But there it is about missing a stream << operator for the __float128 type. :-(

Reasons:
  • Has code block (-0.5):
  • Me too answer (2.5): I get a similar error
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: JamesInFlorida