blob: 0723774ed0878c18386fa31c67cb7706edb1f8c2 (
plain)
1
2
3
4
5
6
|
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`.
|