mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 02:07:56 +00:00
[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
2cbace1580
commit
89649e6bdb
@ -136,8 +136,7 @@ template <> struct CanCopy<false> {
|
||||
CanCopy(const CanCopy &) = delete;
|
||||
|
||||
CanCopy() = default;
|
||||
// FIXME: Use '= default' when we drop MSVC 2013.
|
||||
CanCopy(CanCopy &&) {}
|
||||
CanCopy(CanCopy &&) = default;
|
||||
};
|
||||
|
||||
template <bool Moveable, bool Copyable>
|
||||
|
Loading…
Reference in New Issue
Block a user