Merge pull request #70 from lioncash/prototype

IStream: Remove unimplemented operator<< prototype
This commit is contained in:
Phillip Stephens 2019-10-20 18:40:31 -07:00 committed by GitHub
commit 182c4ff54f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
#include "athena/Global.hpp"
namespace athena::io {
std::ostream& operator<<(std::ostream& os, Endian& endian);
class IStream {
public: