Fix review comments
This commit is contained in:
parent
55529beb29
commit
7f8be69001
2
third_party/sol2/include/sol/sol.hpp
vendored
2
third_party/sol2/include/sol/sol.hpp
vendored
@ -19417,6 +19417,7 @@ namespace sol { namespace function_detail {
|
|||||||
|
|
||||||
template <bool is_yielding, bool no_trampoline>
|
template <bool is_yielding, bool no_trampoline>
|
||||||
static int call(lua_State* L)
|
static int call(lua_State* L)
|
||||||
|
// see https://github.com/ThePhD/sol2/issues/1581#issuecomment-2103463524
|
||||||
#if SOL_IS_ON(SOL_COMPILER_CLANG)
|
#if SOL_IS_ON(SOL_COMPILER_CLANG)
|
||||||
// apparent regression in clang 18 - llvm/llvm-project#91362
|
// apparent regression in clang 18 - llvm/llvm-project#91362
|
||||||
#else
|
#else
|
||||||
@ -19463,6 +19464,7 @@ namespace sol { namespace function_detail {
|
|||||||
|
|
||||||
template <bool is_yielding, bool no_trampoline>
|
template <bool is_yielding, bool no_trampoline>
|
||||||
static int call(lua_State* L)
|
static int call(lua_State* L)
|
||||||
|
// see https://github.com/ThePhD/sol2/issues/1581#issuecomment-2103463524
|
||||||
#if SOL_IS_ON(SOL_COMPILER_CLANG)
|
#if SOL_IS_ON(SOL_COMPILER_CLANG)
|
||||||
// apparent regression in clang 18 - llvm/llvm-project#91362
|
// apparent regression in clang 18 - llvm/llvm-project#91362
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user