]> git.unchartedbackwaters.co.uk Git - francis/stp.git/commitdiff
Make another class noncopyable.
authortrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 28 Jan 2012 04:08:17 +0000 (04:08 +0000)
committertrevor_hansen <trevor_hansen@e59a4935-1847-0410-ae03-e826735625c1>
Sat, 28 Jan 2012 04:08:17 +0000 (04:08 +0000)
git-svn-id: https://stp-fast-prover.svn.sourceforge.net/svnroot/stp-fast-prover/trunk/stp@1534 e59a4935-1847-0410-ae03-e826735625c1

src/to-sat/ASTNode/ToCNF.h

index cb76a974c75e22ea2e386db51a5f695951fb91ee..725af4541c2c43aeacb5a3a37e2cbb7b49dc8f9f 100644 (file)
 #include "../../AST/AST.h"
 #include "../../STPManager/STPManager.h"
 #include "ClauseList.h"
+#include "../../boost/noncopyable.hpp"
 
 namespace BEEV
 {
-  class CNFMgr
+  class CNFMgr  : boost::noncopyable
   {  
   private: