Remove use of = default/= delete as they're unsupported on MSVC2012
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 9 May 2014 02:26:36 +0000 (02:26 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 9 May 2014 02:26:36 +0000 (02:26 +0000)
commit3fb66ae739ad92e12dfc16bae5c47047960b0aed
treee8833d97d1271076f933c01663b19a8152af5559
parent74d614a6fc97587c2092807edf5382163d6d1dc6
Remove use of = default/= delete as they're unsupported on MSVC2012

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208388 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/StringMapTest.cpp