summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
authorJohn Hodge (sonata) <tpg@mutabah.net>2015-01-18 13:48:31 +0800
committerJohn Hodge (sonata) <tpg@mutabah.net>2015-01-18 13:48:31 +0800
commit0e61ec5eafddb980eac2d6577b2e20af9aceae02 (patch)
tree95fb1a34f87be3ca9fea1f75bf1a6cf70d878577 /src/common.hpp
parentba61031285402285e88a16f3788c20f455acc8e3 (diff)
downloadmrust-0e61ec5eafddb980eac2d6577b2e20af9aceae02.tar.gz
Up to requiring checks for trait implementations
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 1e77d84a..3247ee7a 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -84,7 +84,7 @@ option<T> None() {
};
-namespace AST {
+namespace std {
template <typename T>
inline ::std::ostream& operator<<(::std::ostream& os, const ::std::vector<T>& v) {