E2371 sizeof may not be applied to a bit field (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

sizeof returns the size of a data object in bytes, which does not apply to a bit field.