frysch ab691f687d map_conversion: copy forced for loop var p (incompatible ref type)
The underlying pair that is dereferenced from the iterator has always `const` qualified `first` member (key type). Therefore, an unnecessary temporary was created and bounded to the const ref to the pair. This could be also fixed with `for (const auto &p : from_map)`.
2021-01-15 09:14:49 +01:00
..
dispatchkit map_conversion: copy forced for loop var p (incompatible ref type) 2021-01-15 09:14:49 +01:00
language Fix for warnings: by-copy capture of ‘this’ and unused-local-typedefs 2020-01-13 16:36:32 +01:00
utility Fix stack_vector.pop_back() pre-decrementing 2021-01-07 13:15:47 -05:00
chaiscript_basic.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00
chaiscript_defines.hpp Get VS compiling 2019-04-20 12:26:12 -06:00
chaiscript_stdlib.hpp Avoid creating vectors when possible 2017-11-16 09:10:48 -07:00
chaiscript_threading.hpp Fix: added 'static' to thread_local variable in chaiscript/chaiscript_threading.hpp 2018-11-15 18:59:18 +03:00
chaiscript.hpp Update copyrights to 2018 2018-05-29 11:51:15 -06:00