6.6 Statements (C++)
Threads
- C++17 [[fallthrough]]; attribute and (Rule 6-4-3 and Rule 6-4-5) (1 Reply)
- Rule 6-2-3 and C++17 [[fallthrough]]; attribute (1 Reply)
- Rule 6-5-2: Non-Compliant Example Clarification (1 Reply)
- Rule 6-3-1: Does it also apply to "case" blocks? (1 Reply)
- 6-5-2 and 6-5-4 on while loop checking std::vector::empty() (5 Replies)
- Comments are needed for Rule 6-4-2? and should be placed inside the "else" block? (2 Replies)
- 6-5-4: on variable or expression? (1 Reply)
- Rule 6-6-3 in while-loops (1 Reply)
- Gotos in switches and Rule 6-4-5 (1 Reply)
- Chapter 6.6.5 Iteration statements (2 Replies)
- Rule 6-2-1 Assignment operators shall not be used in subexpressions (2 Replies)
- Rule 6-6-5 A function shall have a single point of exit at the end of function. (2 Replies)
- For Loop: must update expression use only invariants? (1 Reply)
- Rule 6-4-5 Is return as last statement of a switch-clause also compliant to this rule? (5 Replies)
- Examples in 6.5.3 do not match definition of a loop-counter (5 Replies)
- 6.5 - variable kinds suitable for use as loop counter (1 Reply)