Modify rule S3715: Mention empty initializer before C23
This commit is contained in:
parent
41f1111fdd
commit
b053b7cd6c
@ -11,6 +11,7 @@ Proprietary compiler extensions can be handy, but they commit you to always usin
|
||||
* A structure member initializer with a colon
|
||||
* Decimal floating points numbers ``++_Decimal32++``, ``++_Decimal64++``, and ``++_Decimal128++``
|
||||
* Structures and union without named data members
|
||||
* Empty initializers ``= {}`` in pre-C23 code, as the feature was standardized in C23
|
||||
|
||||
=== Noncompliant code example
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user