View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000852 | LDMud | LPC Language | public | 2017-07-09 11:10 | 2021-04-16 19:36 |
| Reporter | sinnvoll | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | won't fix | ||
| Summary | 0000852: Initializers in if and switch statements | ||||
| Description | In c++17 there is a new feature: Initializers in if and switch statements example: if (init; cond) E; equivalent to { init; while(cond) { E; break; } } more in link: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0305r0.html | ||||
| Tags | No tags attached. | ||||
| External Data (URL) | |||||