On 2013-02-28 15:53, Steven Schveighoffer wrote:
You are missing the point. Empty is DEFINED as r.front == 0. Adding a check for 0, would essentially lead to dead code (and technically, the compiler could trim it out).
Ah, right. -- /Jacob Carlborg
On 2013-02-28 15:53, Steven Schveighoffer wrote:
You are missing the point. Empty is DEFINED as r.front == 0. Adding a check for 0, would essentially lead to dead code (and technically, the compiler could trim it out).
Ah, right. -- /Jacob Carlborg