Merge pull request #5758 from vadosnaprimer/luaengine_ram

luaengine: reduce memory usage during compilation
This commit is contained in:
R. Belmont 2019-10-19 12:11:13 -04:00 committed by GitHub
commit c82cfa1768
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1125 additions and 1084 deletions

View file

@ -252,7 +252,7 @@ namespace sol {
using yes = char; using yes = char;
using no = struct { char s[2]; }; using no = struct { char s[2]; };
struct F { void operator()(); }; struct F { void operator()() {}; };
struct Derived : T, F {}; struct Derived : T, F {};
template<typename U, U> struct Check; template<typename U, U> struct Check;

File diff suppressed because it is too large Load diff