Mercurial > hg > octave-lyh
changeset 7735:6848970153ba
do not use output value of fill_n (not supported by MSVC).
author | Michael Goffioul <michael.goffioul@gmail.com> |
---|---|
date | Fri, 25 Apr 2008 12:17:44 -0400 |
parents | 2dee19385d32 |
children | a059b5679fbb |
files | liboctave/ChangeLog liboctave/oct-lookup.h |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2008-04-25 Michael Goffioul <michael.goffioul@gmail.com> + + * oct-lookup.h (seq_lookup): Do not use output value of fill_n (MSVC + does not support it). + 2008-04-24 Michael Goffioul <michael.goffioul@gmail.com> * lo-sysdep.cc (octave_popen2): Don't set PIPE_NOWAIT for parentWrite.