mirror of
https://github.com/libAthena/athena.git
synced 2025-12-08 21:18:02 +00:00
Merge pull request #70 from lioncash/prototype
IStream: Remove unimplemented operator<< prototype
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user