• Norbert Thiebaud's avatar
    WaE Mac gcc is confused with >>= operator overload (it is not alone) · 7fb4d669
    Norbert Thiebaud yazdı
    >>= operator overload turn the right-value of the operator into a
    left value... which confuse the heck out of the compiler's detection
    of use of unitialized variables (and also C-reader like me for
    whom >>= means something else altogether...
    (why on earth are we right-bitshifting... with an unitialized variable...
    oh! fracking operator overload!!!)
    7fb4d669
pq_xtables.cxx 17.4 KB