We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a153e6 commit edf5f0bCopy full SHA for edf5f0b
examples/sol2/fix_for_clang.patch
@@ -1,5 +1,3 @@
1
-Common subdirectories: a/.bcr and b/.bcr
2
-Common subdirectories: a/.github and b/.github
3
diff -u a/include/sol/function_types_stateless.hpp b/include/types/function_types_stateless.hpp
4
--- a/include/sol/function_types_stateless.hpp
5
+++ b/include/sol/function_types_stateless.hpp
@@ -17,4 +15,4 @@ diff -u a/include/sol/function_types_stateless.hpp b/include/types/function_type
17
15
+ {
18
16
int nr;
19
if constexpr (no_trampoline) {
20
- nr = real_call(L);
+ nr = real_call(L);
0 commit comments