Changeset 55957 in vbox for trunk/include/iprt/cdefs.h
- Timestamp:
- May 20, 2015 12:17:10 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r55951 r55957 1355 1355 * @see RT_LIKELY 1356 1356 * 1357 * @ remarks Please use RT_LIKELY() instead wherever possible! That gives us a1358 * better chance of the windows compilers to generate favorable code1357 * @deprecated Please use RT_LIKELY() instead wherever possible! That gives us 1358 * a better chance of the windows compilers to generate favorable code 1359 1359 * too. The belief is that the compiler will by default assume the 1360 1360 * if-case is more likely than the else-case.
Note:
See TracChangeset
for help on using the changeset viewer.