User profile: xtc77

User info
User name:xtc77
Name:Rick
Location:Italy
History
Joined:
Number of posts:12
Latest posts:

std::allocator replacement
Oooppsss...I noticed a strange behaviour during memory allocation/deallocation... It seems that i...

std::allocator replacement
Yes..it works also in 2010 just doing your suggested modifications. Oh yes...I've read the rebind c...

std::allocator replacement
That's incredible...Visual C++ 2008 compiles flawlessly... ...now I'm asking myselft...what's wro...

std::allocator replacement
Which compiler are you using? Visual C++ 2010 gives me this: [code] Error 1 error C2440: 'def...

std::allocator replacement
Last try I did... externalize [code]size_t current[/code] and [code]size_t peak[/code] vars, remo...