mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Reduce compile-times by removing lambda shenanigans and moving data that is already serialized into runtime systems to runtime Fix bugs with precedence ordering related to index and new_index Prepare to add 20000 more if constexpr to reduce compile-times even further.