Glen Fraser dd69230f19 Fix issues with Function_Params constructors (array and vector args)
- code (on MSVC) was asserting due to trying to dereference invalid
  pointers (dereferencing the end iterator, even if only to get its
  address!).
- when a Function_Params is constructed with an empty vector, you
  can't return the address of the vec.front() -- instead we use
  nullptr for the m_begin and m_end pointers.
2020-09-04 11:27:52 +02:00
..
dispatchkit Fix issues with Function_Params constructors (array and vector args) 2020-09-04 11:27:52 +02:00
language Formatting cleanup 2018-06-11 05:27:48 -06:00
utility Merge branch 'develop' into best_practices 2018-05-30 08:30:29 -06: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