Boost logo

Ublas :

From: Max Weinberg (max.weinberg_at_[hidden])
Date: 2005-05-03 16:34:51


> No need to do that, in fact it would be an error. std::size_t,
> std::ptrdiff_t etc are simply typedef's for builtin types. VC's warning
> system is broken.

Yes, most likely your right. I checked the other boost newsgroups. It seems the
solution is to turn off the warning.

Max