mirror of https://github.com/libAthena/athena.git
Merge pull request #70 from lioncash/prototype
IStream: Remove unimplemented operator<< prototype
This commit is contained in:
commit
182c4ff54f
|
@ -3,7 +3,6 @@
|
||||||
#include "athena/Global.hpp"
|
#include "athena/Global.hpp"
|
||||||
|
|
||||||
namespace athena::io {
|
namespace athena::io {
|
||||||
std::ostream& operator<<(std::ostream& os, Endian& endian);
|
|
||||||
|
|
||||||
class IStream {
|
class IStream {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue