
20 Jul
2011
20 Jul
'11
3:34 p.m.
El 20/07/2011 1:55, Nathan Lewis escribió:
typedef vector<char_string, char_allocator> char_string_vector_vector;
ERROR: you must define a vector with a char_string_allocator, not a char_allocator, since you are storing char_string. Attached a working exmple and differences Best, ion