From db264e836f2878a3cf09a54f1c577ce516fb1bc5 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Wed, 5 Oct 2011 23:58:57 +0000 Subject: [PATCH] Reverting a fix from earlier today that fixed a Mac OS warning but completely broke Linux. :-( --- src/expr/node.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/expr/node.h b/src/expr/node.h index 9d852f195..0f4b55d4a 100644 --- a/src/expr/node.h +++ b/src/expr/node.h @@ -52,11 +52,6 @@ class NodeManager; template class NodeTemplate; -// For some reason these are instantiated with different visibility in different modules?? -// Fix by making their instantiations explicit, here. -template <> CVC4ostream& CVC4ostream::operator<<(NodeTemplate const& t) CVC4_PUBLIC; -template <> CVC4ostream& CVC4ostream::operator<<(NodeTemplate const& t) CVC4_PUBLIC; - /** * Exception thrown during the type-checking phase, it can be * thrown by node.getType(). -- 2.30.2