ros2 / tutorials

Apache License 2.0
30 stars 11 forks source link

fix sized delete warning with c++14 #14

Closed wjwwood closed 7 years ago

wjwwood commented 7 years ago

Addresses https://github.com/ros2/tutorials/pull/13#issuecomment-267793843

dirk-thomas commented 7 years ago

+1 with @codebot comment addressed.

wjwwood commented 7 years ago

It will probably be tomorrow before I have access to a computer, if you guys want to change it and then merge, +1.

codebot commented 7 years ago

I'll try to change it now. Hopefully I won't destroy everything in the process.

codebot commented 7 years ago

Should be OK now. Just forwards the sized delete call through to the unsized one. At least it compiles :smile: