mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-05-01 03:19:28 +08:00
vector_conversion's element conversion used Cast_Helper directly, which only performs exact type matching. For nested vectors like std::vector<std::vector<double>>, each inner element is a std::vector<Boxed_Value> that needs its own conversion to std::vector<double>. Added a recursive convert_vector_element helper that detects std::vector value types and converts them from std::vector<Boxed_Value> before falling back to Cast_Helper for leaf types. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dispatchkit | ||
| language | ||
| utility | ||
| chaiscript_basic.hpp | ||
| chaiscript_defines.hpp | ||
| chaiscript_stdlib.hpp | ||
| chaiscript_threading.hpp | ||
| chaiscript.hpp | ||