OSDN Git Service

YAML/XRay/std::vector: Fix ODR violation by removing local specialization
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 21 Nov 2017 00:23:17 +0000 (00:23 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 21 Nov 2017 00:23:17 +0000 (00:23 +0000)
commit052cd73711423bdcb372d7a3e491817b1479f9a2
tree24fbf499498c54a78e544cd691e610b6c3988f63
parent3a95a12ddda7638aa354aa314e50bff38db2e301
YAML/XRay/std::vector: Fix ODR violation by removing local specialization

There's a generic partial specialization for all std::vector<T> that
does what's desired, so no need for this full specialization that's
causing an ODR violation anyway.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318712 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/XRay/YAMLXRayRecord.h