From 310c01b9d2e313380bd260745e5b4890a7d331a5 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Thu, 4 Aug 2016 14:14:24 +1000 Subject: [PATCH] view: instantiate uint8_t ostream operator --- view.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/view.cpp b/view.cpp index 6eea40d4..ebaf035a 100644 --- a/view.cpp +++ b/view.cpp @@ -58,6 +58,8 @@ namespace util { OSTREAM(const char*) OSTREAM(char*) + OSTREAM(unsigned char*) + OSTREAM(const unsigned char*) OSTREAM(std::string::const_iterator) OSTREAM(std::string::iterator)