
3 Aug
2011
3 Aug
'11
2 p.m.
El 03/08/2011 13:57, Akira Takahashi escribió:
Hi,
I think that this library is really necessary. I would like to use move and emplace_back also C++03.
My small review is follow:
- It seems that the default allocator type is not written. Default is std::allocator? Does not Boost.Container provide allocator type?
See container_fwd.hpp.
- There are 2 patterns allocator type name. `A` and `Alloc`. It will be better to unite into either.
Ok.
- basic_string has not shrink_to_fit() member function. C++0x's basic_string has shrink_to_fit().
You are right. I'll fix it. Best, Ion