Skip to content

Commit a27847a

Browse files
committed
Lambda function are now systemtically used in Module::module() calls.
1 parent 5168a24 commit a27847a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FunctionWrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ FunctionWrapper::FunctionWrapper(const std::map<std::string, std::string>& name_
493493
classname(classname),
494494
cxxwrap_version_(cxxwrap_version),
495495
nindents(nindents),
496-
all_lambda_(false),
496+
all_lambda_(true),//switched to true on 2024/11/18 because of https://github.com/JuliaInterop/CxxWrap.jl/issues/458
497497
pTypeRcd(pTypeRcd),
498498
rvalueref_arg(false),
499499
templated_(templated),

0 commit comments

Comments
 (0)