Andre Poenitz <[EMAIL PROTECTED]> writes:

| PS:
|   
| > -   bool const empty() const
| > +   bool empty() const
| >     {
| >             return data_.empty();
| >     }
| 
| So gcc starts complaining about the first 'const'? Nice.

Not all "first 'const'" though. Only for basic types it seems.

-- 
        Lgb

Reply via email to