Michael Droettboom wrote:
> Yes, it looks like if it were an "unsigned int", we would have been 
> okay.  That looks like (essentially) what your patch does, but in a C++ 
> idiom.  I'll submit your patch and put a note out to the Windows guys to 
> help test it.  There's a good chance that if it compiles at all, it 
> should work.

Looks like the C idiom would almost have to use
something like sscanf(argv[2], "%lu", tmpulong).
Is it bad form to use this in C++?
Is *anything* actually standardized in C++?  How does one know whether 
something like stringstream is safe to use?  The "ask someone to try it" 
approach is not very reassuring.

Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to