activemq-cpp icon indicating copy to clipboard operation
activemq-cpp copied to clipboard

slight fixes for "templatized" arraycopy static methods.

Open devnexen opened this issue 8 years ago • 0 comments

  • source pointers were tested twice.
  • source and destination can still possibly overlap dest = src + 1 for example, thus might be safer to just use memmove regardless of the situation.

devnexen avatar May 10 '17 13:05 devnexen