We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24da951 commit 978daebCopy full SHA for 978daeb
apps/in_hand_scanner/include/pcl/apps/in_hand_scanner/boost.h
@@ -49,4 +49,3 @@
49
#include <boost/math/special_functions/fpclassify.hpp>
50
#include <boost/shared_ptr.hpp>
51
#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
@@ -83,7 +83,7 @@ namespace pcl
83
typedef pcl::geometry::NoData HalfEdgeData;
84
typedef pcl::geometry::NoData EdgeData;
85
typedef pcl::geometry::NoData FaceData;
86
- typedef boost::true_type IsManifold;
+ typedef std::true_type IsManifold;
87
};
88
89
// NOTE: The drawMesh method in pcl::ihs::InHandScanner only supports triangles!
0 commit comments