Login
From:
Andrzej's C++ blog
(Uncensored)
subscribe
Diagnosable validity | Andrzej's C++ blog
https://akrzemi1.wordpress.com/2016/05/10/diagnosable-validity/
links
backlinks
Roast topics
Find topics
Find it!
Certain combinations of types and expressions can make a C++ program ill-formed. “Ill-formed” is a term taken from the C++ Standard and it means that a program is not valid, and compile…