Add missing static member to testcase
This commit is contained in:
parent
1386b73545
commit
556e646972
1 changed files with 2 additions and 1 deletions
|
|
@ -36,9 +36,10 @@ struct Thingy {
|
|||
rvalref = rhs.rvalref;
|
||||
}
|
||||
private:
|
||||
static const bool PrivateTrue = true;
|
||||
static const bool PrivateTrue;
|
||||
Thingy();
|
||||
};
|
||||
const bool Thingy::PrivateTrue = true;
|
||||
|
||||
short && globalRvalueInOut(short &&i) { return std::move(i); }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue