mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Merge pull request #5758 from vadosnaprimer/luaengine_ram
luaengine: reduce memory usage during compilation
This commit is contained in:
commit
c82cfa1768
2 changed files with 1125 additions and 1084 deletions
2
3rdparty/sol2/sol/traits.hpp
vendored
2
3rdparty/sol2/sol/traits.hpp
vendored
|
@ -252,7 +252,7 @@ namespace sol {
|
|||
using yes = char;
|
||||
using no = struct { char s[2]; };
|
||||
|
||||
struct F { void operator()(); };
|
||||
struct F { void operator()() {}; };
|
||||
struct Derived : T, F {};
|
||||
template<typename U, U> struct Check;
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue