nmotgi@sj-nmotgi /cygdrive/e/work/Boost/fixed_string/boost/fixed_string $ diff fixed_string.hpp e:/boost/boost_1_33_1/boost/fixed_string/fixed_string.hpp 385c385 < return c_str(); --- > return this->c_str(); 390c390 < return buffer_(); --- > return this->buffer_(); 398c398 < sz = ::strlen( c_str()); --- > sz = ::strlen( this->c_str()); nmotgi@sj-nmotgi /cygdrive/e/work/Boost/fixed_string/boost/fixed_string $