...
SEI CERT C Coding Standard | EXP32-C. Do not access a volatile object through a nonvolatile reference |
Bibliography
[ISO/IEC 14882-2014] | Subclause 7.1.6.1, "The cv-qualifiers" |
[Sutter 04] | Item 94, "Avoid Casting Away const " |
...
...
SEI CERT C Coding Standard | EXP32-C. Do not access a volatile object through a nonvolatile reference |
[ISO/IEC 14882-2014] | Subclause 7.1.6.1, "The cv-qualifiers" |
[Sutter 04] | Item 94, "Avoid Casting Away const " |
...