X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5d99dbf06a14904944f5593c63705934bdfdcfb7..c9be386a30dc7145ac757fae66c255b21da26d5d:/threaded_log.h 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, ", ") << "]"; }