octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

MSVC patch: std::transform is defined in <algorithm>


From: Michael Goffioul
Subject: MSVC patch: std::transform is defined in <algorithm>
Date: Wed, 26 Sep 2007 09:48:35 +0200

Index: src/DLD-FUNCTIONS/typecast.cc
===================================================================
RCS file: /cvs/octave/src/DLD-FUNCTIONS/typecast.cc,v
retrieving revision 1.1
diff -c -p -r1.1 typecast.cc
*** src/DLD-FUNCTIONS/typecast.cc       6 Sep 2007 16:38:44 -0000       1.1
--- src/DLD-FUNCTIONS/typecast.cc       26 Sep 2007 07:48:02 -0000
*************** Software Foundation, Inc., 51 Franklin S
*** 26,31 ****
--- 26,32 ----
  #endif

  #include <string>
+ #include <algorithm>

  #include "oct.h"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]