Port to Fujitsu (and minor bugfix)
Added
- Fujitsu compiler support
Fixed
- (#211) Fixed bug in implementation of erase(first, last) for vector & deque containers. When the range was empty, then some cases would erronously call
MOVE_ALLOC(x,x)
which is illegal.