<div dir="ltr">What&#39;s wrong with this line that would cause gcc 4.9.0 to complain where previously it did not?<div><br></div><div><div><span class="" style="white-space:pre">        </span>inline SWBuf &amp;operator &gt;&gt;(unsigned long n) { setSize(length()+n); memmove(buf+n, buf, length()-n); return *this; }</div>
</div><div><br></div><div>Line 362 in swbuf.h</div><div><br></div><div>--Greg</div></div>