Skip to content

Commit

Permalink
use unsigned shortest available int
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi committed Mar 23, 2020
1 parent c38b56b commit b0e70fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/include/pcl/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ namespace pcl
*
* PCL 1.11 has a default size = sizeof(int)
*/
constexpr short int index_type_size = PCL_INDEX_SIZE;
constexpr std::uint8_t index_type_size = PCL_INDEX_SIZE;

/**
* \brief signed/unsigned nature of PCL's index type
Expand Down

0 comments on commit b0e70fb

Please sign in to comment.