Jose Rubio 85e4598986 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 it compacts the lambda capture clause in [1].
2020-01-13 16:36:32 +01:00
..
chaiscript_algebraic.hpp Merge remote-tracking branch 'origin/c++17' into develop 2018-05-29 13:21:09 -06:00
chaiscript_common.hpp Merge branch 'develop' into best_practices 2018-05-30 08:30:29 -06:00
chaiscript_engine.hpp Fix for warnings: by-copy capture of ‘this’ and unused-local-typedefs 2020-01-13 16:36:32 +01:00
chaiscript_eval.hpp Fix for warnings: by-copy capture of ‘this’ and unused-local-typedefs 2020-01-13 16:36:32 +01:00
chaiscript_optimizer.hpp Merge remote-tracking branch 'origin/c++17' into develop 2018-05-29 13:21:09 -06:00
chaiscript_parser.hpp Merge branch 'best_practices' into develop 2018-06-03 16:40:29 -06:00
chaiscript_posix.hpp Merge branch 'develop' into best_practices 2018-05-30 08:30:29 -06:00
chaiscript_prelude_docs.hpp Fix description of get_guard() 2016-03-30 18:14:12 +03:00
chaiscript_prelude.hpp Formatting cleanup 2018-06-11 05:27:48 -06:00
chaiscript_tracer.hpp Merge remote-tracking branch 'origin/c++17' into develop 2018-05-29 13:21:09 -06:00
chaiscript_unknown.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00
chaiscript_windows.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00