Rename func to funk in tests to avoid Go keyword problems
This commit is contained in:
parent
67190cbb2e
commit
95e8643d70
16 changed files with 25 additions and 29 deletions
|
|
@ -51,7 +51,7 @@ int glob = 123;
|
|||
|
||||
Thingy &&globalrrval = Thingy(55, std::move(glob));
|
||||
|
||||
short && func(short &&i) { return std::move(i); }
|
||||
short && funk(short &&i) { return std::move(i); }
|
||||
Thingy getit() { return Thingy(22, std::move(glob)); }
|
||||
|
||||
void rvalrefFunction1(int &&v = (int &&)5) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue