[ox/std] Remove ::size_t
This commit is contained in:
2
deps/ox/src/ox/trace/trace.hpp
vendored
2
deps/ox/src/ox/trace/trace.hpp
vendored
@@ -66,7 +66,7 @@ class StdOutStream {
|
||||
~StdOutStream();
|
||||
|
||||
template<typename T>
|
||||
inline StdOutStream &operator<<(T v) {
|
||||
inline StdOutStream &operator<<(const T &v) {
|
||||
m_msg.msg += " ";
|
||||
m_msg.msg += v;
|
||||
return *this;
|
||||
|
Reference in New Issue
Block a user