remove tabs

[SVN r12357]
This commit is contained in:
Beman Dawes
2002-01-19 15:49:53 +00:00
parent bd16c171e6
commit 805d5df9cb

View File

@@ -133,7 +133,7 @@ namespace boost
template <class T> template <class T>
struct limits : std::numeric_limits<T> struct limits : std::numeric_limits<T>
{ {
static inline T min() static inline T min()
# ifndef __GNUC__ // bug workaround courtesy Jens Maurer # ifndef __GNUC__ // bug workaround courtesy Jens Maurer
{ {
return std::numeric_limits<T>::min() >= 0 return std::numeric_limits<T>::min() >= 0
@@ -144,7 +144,7 @@ namespace boost
# else # else
; ;
# endif # endif
}; };
}; };
# ifdef __GNUC__ // bug workaround courtesy Jens Maurer # ifdef __GNUC__ // bug workaround courtesy Jens Maurer