Skip to content

Commit

Permalink
Merge pull request #5758 from vadosnaprimer/luaengine_ram
Browse files Browse the repository at this point in the history
luaengine: reduce memory usage during compilation
  • Loading branch information
rb6502 committed Oct 19, 2019
2 parents eeb072a + d51d2a7 commit c82cfa1
Show file tree
Hide file tree
Showing 2 changed files with 1,123 additions and 1,082 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/sol2/sol/traits.hpp
Expand Up @@ -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;

Expand Down

0 comments on commit c82cfa1

Please sign in to comment.