[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Aug 6 19:33:58 CEST 2004


On Friday 06 August 2004 12:37, Andrew Walker wrote:
> CVS commit by arwalker:
>
> Significant changes to labels. Labels are now displayed to the correct
> number of significant digits, using an absolute value and delta if
> necessary.
>
> The status bar plot position also gives the values to the correct numbre of
> significant digits. Everything should be working for both normal and log
> modes.
>
>
>   M +355 -168  kst2dplot.cpp   1.207
>   M +11 -0     kst2dplot.h   1.85

  std::numeric_limits is not portable enough to use.  Even my GCC version 
doesn't support it, so I can't compile Kst anymore.  Can you at least 
hardcode a temporary value until coming up with an alternate solution?

Thanks

BTW: STL should be avoided in Kst in general due to portability problems.

-- 
George Staikos
KDE Developer				http://www.kde.org/
Staikos Computing Services Inc.		http://www.staikos.net/



More information about the Kst mailing list