Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions octomap/src/binvox2bt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
using namespace std;
using namespace octomap;

#if __cplusplus < 201500L
namespace octomap {
typedef unsigned char byte;
#endif
}

int main(int argc, char **argv)
{
Expand Down Expand Up @@ -229,8 +229,8 @@ int main(int argc, char **argv)
cout.flush();

// read voxel data
byte value;
byte count;
octomap::byte value;
octomap::byte count;
int index = 0;
int end_index = 0;
unsigned nr_voxels = 0;
Expand Down
3 changes: 0 additions & 3 deletions octomap/src/edit_octree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
using namespace std;
using namespace octomap;

#if __cplusplus < 201500L
typedef unsigned char byte;
#endif

int main(int argc, char **argv)
{
Expand Down