Skip to content

Commit 978daeb

Browse files
[apps] Transition to std type_traits
1 parent 24da951 commit 978daeb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/boost.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@
4949
#include <boost/math/special_functions/fpclassify.hpp>
5050
#include <boost/shared_ptr.hpp>
5151
#include <boost/signals2/connection.hpp>
52-
#include <boost/type_traits/is_same.hpp>

apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/common_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ namespace pcl
8383
typedef pcl::geometry::NoData HalfEdgeData;
8484
typedef pcl::geometry::NoData EdgeData;
8585
typedef pcl::geometry::NoData FaceData;
86-
typedef boost::true_type IsManifold;
86+
typedef std::true_type IsManifold;
8787
};
8888

8989
// NOTE: The drawMesh method in pcl::ihs::InHandScanner only supports triangles!

0 commit comments

Comments
 (0)