Include <climits>

Hi,
I have a problem related to ROOT/CINT system.
Inside a ROOT script I need to use the class numeric_limits<>, defined in C++ standard library .
It seems to me, that ROOT/CINT uses a “private” version of limits library,
in fact with #include in the script I get the following error
message:

Error: no such template numeric_limits …
etc.

How can I use the standard limits library ?
Thanks in advance,
Mirko

(ROOT 3.10/01 - Win2000 gdk - VC++ 6)

I am sorry for my late reply.

I’ll try to support numeric_limits<> in future release.

Thank you
Masa Goto