forked from mirrors/gecko-dev
Differential Revision: https://phabricator.services.mozilla.com/D4210 --HG-- extra : moz-landing-system : lando
4 lines
46 B
C++
4 lines
46 B
C++
class A {
|
|
A(A &&);
|
|
A &operator=(A &&);
|
|
};
|