В стандарте языка C++
- ISO/IEC 14882-2011(E). C++x11 - N3242 - Last public draft (последний свободно доступный черновик стандарта)
- ISO/IEC 14882-2011(E). Information Technology - Programming languages - C++ (сам стандарт доступен за отдельную плату)
- 1.3.26 [defns.well.formed]
well-formed program C++ = program constructed according to the syntax rules, diagnosable semantic rules, and the One Definition Rule (3.2). - 1.3.9 [defns.ill.formed]
ill-formed program = program that is not well formed