UDLua icon indicating copy to clipboard operation
UDLua copied to clipboard

Ubpa Lua base on UDRefl

Results 2 UDLua issues
Sort by recently updated
recently updated
newest added

Run only test#4: ``` > ./UDLua_test_00_basic require "test_04_overload" y x __add __add __ctor vec& vec::operator+(float32) 4 5 vec& vec::operator+(&{const{vec}}) 7 9 ``` Run test#1 then test#4: ``` > ./UDLua_test_00_basic require...

俺C++也就搬砖工水平,不太能确定这个是不是正常现象,如果这个issue显得比较蠢求轻拍( OS: Linux Mint 20.1 x86_64 Compiler: gcc-10 (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 UDRefl: master(8e0c18a) ULuaW: master(239b2fa) ``` > make Scanning dependencies of target UDLua_core [ 20%] Building CXX object src/core/CMakeFiles/UDLua_core.dir/UDLua.cpp.o /home/ikigai/SoftData/libs/ubpa-multi/UDLua/src/core/UDLua.cpp:...