From: Dmitry Ivankov (divanorama_at_[hidden])
Date: 2007-01-19 17:04:59


Even more, they won't compile it with that limits template:

template<class T>
struct limits
{
static int const value = true;
typedef T(*declare_type_only)(void);
};