Changeset 66089 in vbox for trunk/include/iprt
- Timestamp:
- Mar 14, 2017 12:56:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r66086 r66089 2291 2291 * @note Never to a sizeof() on the structure or member! 2292 2292 * @note The member must be the last one. 2293 * @note GCC does not permit using this in a union. 2293 2294 * @note GCC does not permit using this in nested structures, where as MSC 2294 2295 * does. So, use RT_FLEXIBLE_ARRAY_NESTED for that. … … 2318 2319 * GCC only allow the use of flexible array member in the top structure, whereas 2319 2320 * MSC is less strict and let you do struct { struct { char szName[]; } s; }; 2321 * 2322 * @note GCC does not permit using this in a union. 2323 * 2320 2324 * @sa RT_FLEXIBLE_ARRAY 2321 2325 */
Note:
See TracChangeset
for help on using the changeset viewer.