Add comments explain the windows workaround.

release/4.3a0
Tal Regev 2024-01-05 11:05:03 +02:00
parent 85cae70cef
commit d1ab94f51c
1 changed files with 2 additions and 0 deletions

View File

@ -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>