mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix x64 compilation error in usertype tests
This commit is contained in:
parent
ac709111e8
commit
f4f166f88c
|
@ -304,7 +304,7 @@ struct matrix_xi {
|
|||
};
|
||||
template <typename SelfType>
|
||||
struct alignas(16) weird_aligned_wrapper {
|
||||
void operator()(SelfType& self, sol::object param) const {
|
||||
void operator()(SelfType&, sol::object param) const {
|
||||
}
|
||||
std::function<void(SelfType&, float)> lambda;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user