mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +00:00
Remove extra semicolon
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283395 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87bf0196f2
commit
81e3914a00
@ -137,7 +137,7 @@ template <> struct CanCopy<false> {
|
||||
|
||||
CanCopy() = default;
|
||||
// FIXME: Use '= default' when we drop MSVC 2013.
|
||||
CanCopy(CanCopy &&) {};
|
||||
CanCopy(CanCopy &&) {}
|
||||
};
|
||||
|
||||
template <bool Moveable, bool Copyable>
|
||||
|
Loading…
x
Reference in New Issue
Block a user