projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More marshalling simplification
[invirt/third/libt4.git]
/
threaded_log.h
diff --git
a/threaded_log.h
b/threaded_log.h
index
750c5d2
..
5d3942c
100644
(file)
--- a/
threaded_log.h
+++ b/
threaded_log.h
@@
-19,7
+19,7
@@
namespace std {
}
template <class A>
}
template <class A>
-typename enable_if<is_iterable<A>::value && !is_same<A,string>::value, ostream>::type &
+typename enable_if<is_const_iterable<A>::value && !is_same<A,string>::value, ostream>::type &
operator<<(ostream &o, const A &a) {
return o << "[" << implode(a, ", ") << "]";
}
operator<<(ostream &o, const A &a) {
return o << "[" << implode(a, ", ") << "]";
}