Merge pull request #70 from lioncash/prototype

IStream: Remove unimplemented operator<< prototype
This commit is contained in:
2019-10-20 18:40:31 -07:00
committed by GitHub

View File

@@ -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: