mirror of https://github.com/davisking/dlib.git
Made byte_orderer copyable.
This commit is contained in:
parent
159c2bbe91
commit
e0ab095422
|
@ -164,11 +164,6 @@ namespace dlib
|
|||
}
|
||||
|
||||
bool little_endian;
|
||||
|
||||
// restricted functions
|
||||
byte_orderer(const byte_orderer&); // copy constructor
|
||||
byte_orderer& operator=(const byte_orderer&); // assignment operator
|
||||
|
||||
};
|
||||
|
||||
// make flip not do anything at all for chars
|
||||
|
|
|
@ -142,13 +142,6 @@ namespace dlib
|
|||
to host byte order.
|
||||
!*/
|
||||
|
||||
|
||||
private:
|
||||
|
||||
// restricted functions
|
||||
byte_orderer(const byte_orderer&); // copy constructor
|
||||
byte_orderer& operator=(const byte_orderer&); // assignment operator
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue