From 863e8aa3ff26f1add192153a3d81c6f0aae20a8c Mon Sep 17 00:00:00 2001 From: ThePhD Date: Sat, 23 Apr 2016 17:08:23 -0400 Subject: [PATCH] Shiny quick 'n' dirty tutorial -- variadic_args now is iterable -- fixed bug with transparent args in overload resolution -- added `load` functions --- docs/source/tutorial/cxx-in-lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial/cxx-in-lua.rst b/docs/source/tutorial/cxx-in-lua.rst index bcad2b9f..4ef00c24 100644 --- a/docs/source/tutorial/cxx-in-lua.rst +++ b/docs/source/tutorial/cxx-in-lua.rst @@ -1,4 +1,4 @@ C++ in Lua ========== -Using user defined types ("usertype"s, or just "udt"s) is simple with Sol. If you don't call any member variables or functions, then you don't even have to 'register' the usertype at all: just pass it through. [ WIP - Check back soon! ] \ No newline at end of file +Using user defined types ("usertype"s, or just "udt"s) is simple with Sol. If you don't call any member variables or functions, then you don't even have to 'register' the usertype at all: just pass it through. [ WIP - Check back soon. Until its done, use the :doc:`quick 'n' dirty` and the :doc:`api<../api/api-top>` to get going! ] \ No newline at end of file