Skip to content

Instantly share code, notes, and snippets.

@adriweb
Created March 16, 2017 17:24
Show Gist options
  • Save adriweb/6d15f4052b6b1994e41dbce82ae2ce73 to your computer and use it in GitHub Desktop.
Save adriweb/6d15f4052b6b1994e41dbce82ae2ce73 to your computer and use it in GitHub Desktop.
sol::table tmp = date["Absolute"];
sol::table tmpmeta = tmp[sol::metatable_key];
tmpmeta["__call"] = tmp["new"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment