]> Creatis software - bbtk.git/blobdiff - kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h
*** empty log message ***
[bbtk.git] / kernel / src / bbtkAtomicBlackBoxGetSetFunctor.h
index e67b76f1d30e8d3c1f96ef6794a17ad884233916..6eec77c05a09453c86372d315fe698262d239af4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   bbtk
   Module:    $RCSfile: bbtkAtomicBlackBoxGetSetFunctor.h,v $
   Language:  C++
-  Date:      $Date: 2008/02/07 11:06:37 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2008/04/24 10:11:27 $
+  Version:   $Revision: 1.2 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -131,11 +131,7 @@ namespace bbtk
     /// 
     virtual bool IsPointerType() const 
     {
-#ifdef _USE_BOOST_
-       return boost::is_pointer<T>::value;
-#else
-       return false;
-#endif
+      return boost::is_pointer<T>::value;
     }
 
   private: