#include
#include
using namespace std;
using namespace boost;
int main()
{
typedef mpl::integral_c< unsigned char
, integer_traits< unsigned char >::const_max
> my_max_value_t;
return 0;
}
Thanks! That works now. I'm trying to fix a bug in gil.
Christian