|
From: Andreas S. <an...@sp...> - 2009-02-19 15:05:18
|
Hi, > std::vector is supposed to have a constructor taking two > iterators but your compiler's STL implementation, apparently, does not > provide it. Appearantly, the SUN CC standard stl implementation is bollocks. Using "-library=stlport4" (as needed for the compilation of boost, btw.) solved the problem... Sorry for the fuss, Andreas |