T O P I C R E V I E W |
asd |
Posted - Jan 13 2025 : 8:37:08 PM https://imgur.com/a/OChHiWw
c++ class member function display is incorrect. |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jan 15 2025 : 08:04:19 AM Thank you for checking this. It is good to know what is causing this. This is a known bug, and its in our list of things to fix:
case=144299
Hopefully this isn't to distracting, and you aren't running into this to often. |
asd |
Posted - Jan 15 2025 : 05:36:42 AM Thank you! Yes, I have used if constexpr. After deleting it, the outline now works!
|
feline |
Posted - Jan 14 2025 : 08:50:32 AM Thank you for the screen shot, it shows the problem clearly, but doesn't explain the trigger.
Do you ever use "if constexpr" in your code? There is a known bug that looks like this problem that can be triggered by using a "if constexpr" block inside a function body, so I am wondering if this is what you are seeing. |