yakra / tmtools

Tools to aid in development of the TravelMapping project
0 stars 0 forks source link

waypoint / highway: BuildRte functionality -> waypoint constructor #48

Closed yakra closed 6 years ago

yakra commented 6 years ago

look into moving BuildRte functionality into waypoint constructor wait till after waypoint.h / waypoint.cpp split #49

What is "deleted?" Is it part of the C++11 standard?

yakra commented 6 years ago

Yes, C++11. IIUC, If any constructor is explicitly declared, then no default constructor is automatically generated. IE, no need to worry about deleted.