John Harris
scleary@jerviswebb.com wrote:
John -
Sorry, Boost.Pool does not currently support MSVC, due to that compiler's extreme lack of template support.
I also tried this on the real released VC7.1 (which has been on MSDN subscriber downloads for a couple of weeks, now), and, while it compiles, I get warnings that point me to some code that looks like it's losing precision (size_type reduced to bool) in a calculation.
VC++ has produced that warning for a while now, and it's totally bogus. Notice that it's a "performance warning" not an "are you sure this is that you want?" warning, and it's being generated here for *casts* not implicit conversions. <snip>
Another test I tried was a map
, actually declared like this: typedef std::basic_string
t; std::map > > m; ...and got these errors: <snip>
I compiled almost the exact same code:
#include t; int main()
{
std::map