Thx all of you.
I actually did not include algorithm.h but since everything went fine with g++
I simply did never realize that something was missing.
From: [email protected]
Date: Thu, 8 Jul 2010 11:25:17 -0400
Subject: Re: [Paraview] vtkstd with VS2008 issue
To: [email protected]
CC: [email protected]
Or
If you prefer to use vtkstd instead of vtksys (Don't ask me what is different
between them). Did you include #include <vtkstd/algorithm> ?
On Thu, Jul 8, 2010 at 11:15 AM, Dave Partyka <[email protected]> wrote:
Use this instead.
#include <vtksys/stl/algorithm> // lower_bound
vtksys_stl::lower_bound(
On Thu, Jul 8, 2010 at 11:11 AM, Fred Fred <[email protected]> wrote:
Hello,
how to cope with the fact using vtkstd:: causes syntax errors on VS2008 while
it works well on g++?
p = vtkstd::lower_bound(start, end, *it, vtkstd::less<double>());
error C2039: 'lower_bound' : is not a member of 'std'
Votre vie privée l'est-elle vraiment ? Internet Explorer 8 vous protège
gratuitement
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview
_________________________________________________________________
Messenger arrive enfin sur iPhone ! Venez le télécharger gratuitement !
http://www.messengersurvotremobile.com/?d=iPhone_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview