StringMap: Replace faux-copyability with faux-movability, which is sufficient.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 8 May 2014 21:52:26 +0000 (21:52 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 8 May 2014 21:52:26 +0000 (21:52 +0000)
commit06eb84e21abe8771d6de22f64778663b853716d9
tree7ab306391a76300fb2f8d8fe8424b501f6b07a01
parentb0439e6d6a7c3cd93589b712b732334803506184
StringMap: Replace faux-copyability with faux-movability, which is sufficient.

This behavior was added to support StringMaps of StringMaps, default +
move construction are sufficient for this.

Real move construction support coming soon (& probably copy construction
too).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208360 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringMap.h