X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/ba03b19875aa2e3586e49b10904563cdd3b91de0..be7cf844f59fa483423724e8e4b5e663e5b88ddd:/threaded_log.h?ds=sidebyside diff --git a/threaded_log.h b/threaded_log.h index 750c5d2..5d3942c 100644 --- a/threaded_log.h +++ b/threaded_log.h @@ -19,7 +19,7 @@ namespace std { } template -typename enable_if::value && !is_same::value, ostream>::type & +typename enable_if::value && !is_same::value, ostream>::type & operator<<(ostream &o, const A &a) { return o << "[" << implode(a, ", ") << "]"; }