Skip to content

Commit

Permalink
Add comments explain the windows workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jan 13, 2024
1 parent 85cae70 commit d1ab94f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtsam/nonlinear/Values-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ namespace gtsam {
}
};

// Added this section for compile gtsam python on windows.
// msvc don't deduct the template arguments correctly, due possible bug in msvc.
#ifdef _WIN32
// Handle dynamic matrices
template <int M, int N>
Expand Down

0 comments on commit d1ab94f

Please sign in to comment.