mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Merge pull request #5758 from vadosnaprimer/luaengine_ram
luaengine: reduce memory usage during compilation
This commit is contained in:
commit
c82cfa1768
2
3rdparty/sol2/sol/traits.hpp
vendored
2
3rdparty/sol2/sol/traits.hpp
vendored
@ -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
Loading…
Reference in New Issue
Block a user