Created
March 16, 2017 17:24
-
-
Save adriweb/6d15f4052b6b1994e41dbce82ae2ce73 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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