diff Core/SQLite/StatementReference.h @ 1221:2255e66da726

getting rid of the dependency against Boost in the SQLite C++ wrapper
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Nov 2014 17:05:50 +0100
parents 9b9026560a5f
children 63d47b1fa239
line wrap: on
line diff
--- a/Core/SQLite/StatementReference.h	Mon Nov 10 16:33:51 2014 +0100
+++ b/Core/SQLite/StatementReference.h	Mon Nov 10 17:05:50 2014 +0100
@@ -37,7 +37,8 @@
 
 #pragma once
 
-#include <boost/noncopyable.hpp>
+#include "NonCopyable.h"
+
 #include <stdint.h>
 #include <cassert>
 #include <stdlib.h>
@@ -49,7 +50,7 @@
 {
   namespace SQLite
   {
-    class StatementReference : boost::noncopyable
+    class StatementReference : NonCopyable
     {
     private:
       StatementReference* root_;   // Only used for non-root nodes