forked from OSchip/llvm-project
[unittests] STLExtrasTest: Remove an MSVC 2013 workaround, NFCI.
Let's see what the bots have to say about this... llvm-svn: 285091
This commit is contained in:
parent
29d6302736
commit
d9f7446c84
|
@ -136,8 +136,7 @@ template <> struct CanCopy<false> {
|
||||||
CanCopy(const CanCopy &) = delete;
|
CanCopy(const CanCopy &) = delete;
|
||||||
|
|
||||||
CanCopy() = default;
|
CanCopy() = default;
|
||||||
// FIXME: Use '= default' when we drop MSVC 2013.
|
CanCopy(CanCopy &&) = default;
|
||||||
CanCopy(CanCopy &&) {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
template <bool Moveable, bool Copyable>
|
template <bool Moveable, bool Copyable>
|
||||||
|
|
Loading…
Reference in New Issue