src: constify WITH_GENERIC_STREAM macro
Make the pointer-to-wrap const (i.e. mutable but not assignable) to prevent accidental reassignment in the macro body.
parent
c079f6e2
Please register or sign in to comment
Make the pointer-to-wrap const (i.e. mutable but not assignable) to prevent accidental reassignment in the macro body.