On 5/10/15 5:02 AM, Timon Gehr wrote:
size_t brokenRoundingFunction(size_t siz){
     if(siz==10) return 40;
     if(siz==20) return 30;
     return siz;
}

Say no more, got it. I'll change the docs. -- Andrei

Reply via email to