Skip to content

Port to Fujitsu (and minor bugfix)

Compare
Choose a tag to compare
@tclune tclune released this 03 Mar 17:56
· 48 commits to main since this release
d4203cc

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.