[vtkusers] [vtk-developers] Can we drop Visual Studio 6 support?

Philippe P. Pebay pppebay at sandia.gov
Fri Apr 17 16:28:19 EDT 2009


No, unfortunately it does not. It appends another string.
On the other hand, push_back() allows for the addition of one character at a time. There is therefore less overhead. 
This matters when serializing multiple packets prior to MPI communication.
VS 6.0 does not support push_back(). And as I only figured out this morning, it does not support clear() either. This is 
annoying.

P

Bill Lorensen wrote:
> Doesn't += do that?
> 
> On Fri, Apr 17, 2009 at 3:33 PM, Pebay, Philippe P <pppebay at sandia.gov> wrote:
>>>> Besides the big red dahsboard few weeks ago with the unicode features,
>>>> there is no VS60 specific break. The last few days dashboard errors
>>>> were on most platforms.
>> Yes, there is one: push_back on strings.
>>
>> P
>>
>>
>>
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>
>>
> 


-- 
Philippe Pébay
Sandia National Laboratories





More information about the vtkusers mailing list