HTTP server functionality is in there.
This commit is contained in:
@@ -246,9 +246,8 @@ private:
|
||||
template<int NARG, int NVAR, int NRET, class... SS>
|
||||
void count_slots(LuaArg &v, SS & ... stackslots)
|
||||
{
|
||||
count_slots<NARG+1, NRET, NVAR>(stackslots...);
|
||||
count_slots<NARG+1, NVAR, NRET>(stackslots...);
|
||||
}
|
||||
|
||||
template<int NARG, int NVAR, int NRET, class... SS>
|
||||
void count_slots(LuaVar &v, SS & ... stackslots)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user