...
Static assertion is a new facility in the C SandardStandard. It takes the form
| Code Block |
|---|
static_assert(constant-expression, string-literal); |
...
...
Static assertion is a new facility in the C SandardStandard. It takes the form
| Code Block |
|---|
static_assert(constant-expression, string-literal); |
...