Angus Leeming <[EMAIL PROTECTED]> writes:

| Andre Poenitz wrote:
>
>> if not, I'd like to replace this with an inlined
>> 
>>         Paragraph::value_type Paragraph::getChar(pos_type pos) const
>>         {
>>                 text_.at(pos);
>>         }
>> 
>> or even
>> 
>>         Paragraph::value_type Paragraph::getChar(pos_type pos) const
>>         {
>>                 text_.at(pos);
>>         }
>> 
>> for a 6% (or 9%) speedup...
>
| Well, I've stared and stared but I can't see the difference between
| these two alternatives...

me neither...


I guess text_[pos] was meant.

-- 
        Lgb

Reply via email to