cppfront icon indicating copy to clipboard operation
cppfront copied to clipboard

[SUGGESTION] can we add a way to use attributes?

Open farmerpiki opened this issue 1 year ago • 20 comments
trafficstars

I am not aware of any way to hint the branch predictor in the new syntax

I'd like to be able to use attributes, example cpp1 code:

if(condition) [[likely]] {
 ...
} else {
 ...
}

farmerpiki avatar Aug 21 '24 12:08 farmerpiki