mirror of https://github.com/libAthena/athena.git
IStream: Remove unimplemented operator<< prototype
The proper prototype and implementation lies within Global.cpp/.hpp, which takes a const reference rather than a non-const reference.
This commit is contained in:
parent
03f9314a2a
commit
cf91ead01b
|
@ -3,7 +3,6 @@
|
|||
#include "athena/Global.hpp"
|
||||
|
||||
namespace athena::io {
|
||||
std::ostream& operator<<(std::ostream& os, Endian& endian);
|
||||
|
||||
class IStream {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue