udacity / SFND_Lidar_Obstacle_Detection

374 stars 523 forks source link

Replace empty constructors/destructors with C++11 "default" feature #15

Closed mauricelos closed 3 years ago

abhiojha8 commented 3 years ago

We are closing this because both of these are user-defined destructors, and so they have no difference. Both should work fine.