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