On Tue, May 6, 2008 at 11:12 PM, Xavier Delacour <[EMAIL PROTECTED]> wrote: > Anyway, I think the following form is the proper one, > > > std::copy(buf.begin(), buf.begin()+sz, (char*)ptr);
This works fine under MSVC. Note that there is also the "print" problem that does not check whether "type" is non-null. Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
