| 296 | |
| 297 | protected: |
| 298 | basic_table_core(detail::no_safety_tag, lua_nil_t n) : base_t(n) { |
| 299 | } |
| 300 | basic_table_core(detail::no_safety_tag, lua_State* L, int index) : base_t(L, index) { |
| 301 | } |
| 302 | basic_table_core(detail::no_safety_tag, lua_State* L, ref_index index) : base_t(L, index) { |
nothing calls this directly
no test coverage detected