mirror of
https://github.com/libAthena/athena.git
synced 2025-05-19 13:51:34 +00:00
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…
x
Reference in New Issue
Block a user