From: Joao C. <jc...@us...> - 2003-04-02 14:31:46
|
Update of /cvsroot/plplot/plplot/bindings/c++ In directory sc8-pr-cvs1:/tmp/cvs-serv31420/bindings/c++ Modified Files: plstream.cc Log Message: As there is only one occurence of cerr in this file, use the std:: scope resolution operator instead of exposing all names of the standard namespace with "using". |