project is "yet another string class" is no longer true. svn path=/trunk/kdegraphics/kpdf/; revision=250495remotes/origin/kpdf-3.2
parent
960cbef520
commit
96d864b3b8
2 changed files with 2 additions and 14 deletions
@ -1,11 +0,0 @@ |
||||
template<class T> |
||||
inline T min(T a, T b) |
||||
{ |
||||
return ( a < b ? a : b ); |
||||
} |
||||
|
||||
template<class T> |
||||
inline T max(T a, T b) |
||||
{ |
||||
return ( a > b ? a : b ); |
||||
} |
||||
Loading…
Reference in new issue