From octave-maintainers-request at bevo dot che dot wisc dot edu Tue Jun 26 21:31:12 2001 Subject: [patch] Octave CVS and GCC 3.0 From: "John W. Eaton" To: Mumit Khan Cc: octave-maintainers at bevo dot che dot wisc dot edu Date: Tue, 26 Jun 2001 21:29:13 -0500 On 19-Jun-2001, Mumit Khan wrote: | [ I'm not subscribe to this list, so please copy me if appropriate ] | | Here's a quick patch to Octave CVS for a successful GCC 3.0 build. I applied these changes. Thanks, jwe | src/ChangeLog: | | 2001-06-19 Mumit Khan | | * c-file-ptr-stream.h (c_file_ptr_buf::c_file_ptr_buf): Add GCC3 | libstdc++-v3 support. | * load-save.cc (save_mat5_binary_element): Cast arguments to the | correct type. | (save_ascii_data): Eliminate compiler warning. | * toplev.cc (system): Prefix std::. | | [...]