nemequ / hedley

A C/C++ header to help move #ifdefs out of your code
https://nemequ.github.io/hedley/
Creative Commons Zero v1.0 Universal
774 stars 51 forks source link

Wrong description for HEDLEY_UNPREDICTABLE #42

Open travisdowns opened 4 years ago

travisdowns commented 4 years ago

I think there is a copy/paste error in HEDLEY_UNPREDICTABLE doc:

image

I guess it is supposed to say "Tell the compiler that the the expression expr is likely to be unpredictable by hardware branch prediction" or something like that.