Skip to Content.
Sympa Menu

mathemagix-devel - [Mathemagix] Removal of cout, cerr and cin

Subject: Mathemagix

List archive

[Mathemagix] Removal of cout, cerr and cin


Chronological Thread 
  • From: Joris van der Hoeven <address@concealed>
  • To: address@concealed
  • Subject: [Mathemagix] Removal of cout, cerr and cin
  • Date: Wed, 20 Jan 2010 19:16:41 +0100

Hi again,

In combination with the change described in the previous email,
I also introduced the 'port' class (see basix/port.hpp),
which is a simplified replacement for the (not that standard) C++ streams.
In particular, I removed the routines

ostream& operator << (ostream& out, const C& x)

for our types and replaced them by

port operator << (const port& out, const C& x)

As a consequence, throughout the project, one will have to replace
occurrences of cout, cerr and cin by mmout, mmerr and mmin.

Sorry for the resulting inconvenience...

Best wishes, --Joris


  • [Mathemagix] Removal of cout, cerr and cin, Joris van der Hoeven, 01/20/2010

Archive powered by MHonArc 2.6.18.

Top of Page