Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 16, 2023
1 parent 27b9bb1 commit 61fdf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/or-tools/constraint.cpp
Expand Up @@ -414,7 +414,7 @@ void init_constraint(Rice::Module& m) {

if (!callback.is_nil()) {
m.Add(NewFeasibleSolutionObserver(
[&callback](const CpSolverResponse& r) {
[&](const CpSolverResponse& r) {
// ensure Ruby thread
// if (ruby_native_thread_p()) {
// // TODO find a better way to do this
Expand Down

0 comments on commit 61fdf6f

Please sign in to comment.