jsk-ros-pkg / jsk_common

common programs for jsk-ros-pkg
42 stars 81 forks source link

auto lambda only in c++14, not c++ 11 #1783

Closed knorth55 closed 1 year ago

knorth55 commented 1 year ago

~merge after #1781~

this PR solve the issue reported in #1782 . auto in lambda is from C++14, not C++11.

https://cpprefjp.github.io/lang/cpp14/generic_lambdas.html

knorth55 commented 1 year ago

this PR is necessary for baxter @pazeshun @YUKINA-3252 @Kanazawanaoaki

k-okada commented 1 year ago

Merged in #1785 with test code

knorth55 commented 1 year ago

thank you!