mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
6fde9c3f14
- This is going to start the mark of v4 - pairs() implemented on tables for pairs-like iteration - .error_handler variable is now hidden from view on protected function! Use set_error_handler/get_error_handler - packaged_coroutine skeleton, but code is blacked out - tests rearranged a little bit - auxiliary keys lookup, search, and storage improved - overhead of stored tables improved - usertype registration and un-registration improved
2 lines
25 B
C++
2 lines
25 B
C++
#include <sol/state.hpp>
|