andreasfertig / cppinsights

C++ Insights - See your source code with the eyes of a compiler
https://cppinsights.io
MIT License
4.04k stars 238 forks source link

[[likely]] and [[unlikely]] delete condition bodies #644

Closed dvtate closed 2 months ago

dvtate commented 3 months ago

Screenshot from 2024-06-13 16-23-38

cppreference: https://en.cppreference.com/w/cpp/language/attributes/likely

andreasfertig commented 2 months ago

Hello @dvtate,

thanks for reporting this issue! A fix is on its way.

Andreas