Thomas Fjellstrom
Thomas Fjellstrom
Ok, bare lambda if possible, aren't simple (as far as I know, you can't "detect" the type of a lambda in any way). So just wrap them in a std::function...
Hm, ok. I'll put that on the list of things to add. more complete support for std::function would be useful, like allowing non direct properties to get handed two std::functions...
I was trying to add raw lambda support earlier, but clearly my C++11 knowledge is poor :(. Thats fairly clever :o I'll play with that a bit. I'm working on...
Also, you know what would help me, is if you could split all of your feature requests into separate issues? That would really help me keep track of them :)
There should be a "Add Labels" column beside the issue form with labels in it you can click, one is "enhancement". if it's not there, I'll have to tag em.
Ok. Not a problem.
Hm, I'd prefer to have issues on each one. Much easier for me to keep track of your requests.
No, one per group of similar additions. like one for the integer additions, one for the std::function stuff, etc. go back and look at your other sumissions as well and...
Namespaces in C++ are syntax sugar. I don't think there's any good way for me to automatically pull out the namespace information. I can provide a bit of manual "sugar"...
Just more methods in LuaGlueClass. we can support a few of them like add, subtract, etc.