d54617d006
Reject break() without loop scope or any arguments. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
7 lines
199 B
ReStructuredText
7 lines
199 B
ReStructuredText
break-command-strictness
|
|
------------------------
|
|
|
|
* The :command:`break` command now rejects calls outside of a loop
|
|
context or that pass arguments to the command.
|
|
See policy :policy:`CMP0055`.
|