Cristóbal Borrero

Results 1 comments of Cristóbal Borrero

You can give `sml::sm` constructor a properly initialized `table` object like so: ```c++ int i = 42; sml::sm sm{table{&i}}; ``` Would this work for you?