Why is this an issue?

A streaming operator with direction left-to-right provides a slice size, which has no effect because only right-to-left streaming can use a slice size.

How to fix it

Code examples

Noncompliant code example

int a;
int b = {>> 4 {a}};