RE: Custom error message for stack overflow in C++
September 16, 2021 at 6:38 pm
(This post was last modified: September 16, 2021 at 6:39 pm by Angrboda.)
Modern compilers impose no penalty for terniary operators in lvals. So long as it's implemented intelligently, it's just a matter of taste.