mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
41e1ca2baa
Fix for userdata to accept base classes where the derived class uses the name of a base member function to access it (Derived::get_num, where get_num is only implemented in Base::get_num) VC++ makes this acceptance easy by taking the name as "Derived", but GCC and Clang
27 lines
278 B
Plaintext
27 lines
278 B
Plaintext
obj/*
|
|
bin/*
|
|
demacro.txt
|
|
Shinobi2
|
|
dev*
|
|
lua-5.2.2/
|
|
Debug/
|
|
Release/
|
|
x64/
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.tlog
|
|
*.lastbuildstate
|
|
*.idb
|
|
*.sln
|
|
*.gitattributes
|
|
liblua.a
|
|
sol/include/
|
|
.ninja*
|
|
include/
|
|
lib/liblua5.2.a
|
|
*.config
|
|
*.creator
|
|
*.files
|
|
*.includes
|
|
main.cpp
|