Disable copy and assignment.
committer: mfx <mfx> 972865495 +0000
This commit is contained in:
@@ -52,6 +52,11 @@ private:
|
|||||||
int nsections;
|
int nsections;
|
||||||
int frozen;
|
int frozen;
|
||||||
int align_hack;
|
int align_hack;
|
||||||
|
|
||||||
|
private:
|
||||||
|
// disable copy and assignment
|
||||||
|
Linker(Linker const &); // {}
|
||||||
|
Linker& operator= (Linker const &); // { return *this; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user