sol2 icon indicating copy to clipboard operation
sol2 copied to clipboard

Invalid code in user<T>::push

Open GitSparTV opened this issue 5 months ago • 0 comments
trafficstars

https://github.com/ThePhD/sol2/blob/c1f95a773c6f8f4fde8ca3efe872e7286afe4444/include/sol/stack_push.hpp#L691-L694

This code will not compile because metatable_key_t doesn't have subscript method.

GitSparTV avatar May 31 '25 12:05 GitSparTV