cppfront
cppfront copied to clipboard
[SUGGESTION] can we add a way to use attributes?
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 {
...
}