Define the new operator<< for sets into namespace std, so that
[oota-llvm.git] / lib / VMCore / Function.cpp
index 88e1fe8ae4f703abf5cae5d044fdba490cfafdec..767f8a613ca0fe70e4c200b83a860b98d52bbf9f 100644 (file)
@@ -29,8 +29,8 @@ using namespace llvm;
 
 // Explicit instantiations of SymbolTableListTraits since some of the methods
 // are not in the public header file...
-template class SymbolTableListTraits<Argument, Function>;
-template class SymbolTableListTraits<BasicBlock, Function>;
+template class llvm::SymbolTableListTraits<Argument, Function>;
+template class llvm::SymbolTableListTraits<BasicBlock, Function>;
 
 //===----------------------------------------------------------------------===//
 // Argument Implementation