It seems that the prb is with VC7 trying to compile templates before
they are instanciated. In this case this is the _Alloc_traits class that
tries to reference 'rebind' in the allocator. That field is never used
however.. I guess that it's why it works under VC6.
I commited a fix that disable the memory optimisation if VC7 is used. If
you don't use FXs then it doesn't matter.
Hope its works, because I don't have the possibility to check with VC7
there..
We'll change that when we'll move under VC7.
Nicolas