Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Lambda function are now systemtically used in Module::module() calls.
  • Loading branch information
grasph committed Nov 18, 2024
1 parent 5168a24 commit a27847a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FunctionWrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ FunctionWrapper::FunctionWrapper(const std::map<std::string, std::string>& name_
classname(classname),
cxxwrap_version_(cxxwrap_version),
nindents(nindents),
all_lambda_(false),
all_lambda_(true),//switched to true on 2024/11/18 because of https://github.com/JuliaInterop/CxxWrap.jl/issues/458
pTypeRcd(pTypeRcd),
rvalueref_arg(false),
templated_(templated),
Expand Down

0 comments on commit a27847a

Please sign in to comment.