Jose Rubio df917f7c1d Fix for warnings: by-copy capture of ‘this’ and unused-local-typedefs.
There are two warnings when compiling with GCC 7.4.1 or clang 5.0.1

  1. warning: explicit by-copy capture of ‘this’ redundant with by-copy capture default
  2. warning: typedef ... locally defined but not used [-Wunused-local-typedefs]

This change removes [2] and compact the lambda in [1].
2020-01-13 12:06:48 +01:00
..
chaiscript Fix for warnings: by-copy capture of ‘this’ and unused-local-typedefs. 2020-01-13 12:06:48 +01:00