Skip to content

Commit

Permalink
Merge pull request #6143 from larshg/UpdateOpennurbsVSIssue
Browse files Browse the repository at this point in the history
Update opennurbs VS issue
  • Loading branch information
larshg authored Oct 2, 2024
2 parents 1092d70 + f30f3d4 commit dcf9e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions surface/src/3rdparty/opennurbs/opennurbs_lookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ std::size_t ON_SerialNumberMap::ActiveIdCount() const
return m_active_id_count;
}

#if (_MSC_VER >= 1930 && _MSC_VER <= 1939)
#if (_MSC_VER >= 1930 && _MSC_VER <= 1941)
// Solves internal compiler error on MSVC 2022
// (see https://github.com/microsoft/vcpkg/issues/19561)
#pragma optimize("", off)
Expand Down Expand Up @@ -722,7 +722,7 @@ struct ON_SerialNumberMap::SN_ELEMENT* ON_SerialNumberMap::FirstElement() const
}
return e;
}
#if (_MSC_VER >= 1930 && _MSC_VER <= 1939)
#if (_MSC_VER >= 1930 && _MSC_VER <= 1941)
#pragma optimize("", on)
#endif

Expand Down

0 comments on commit dcf9e3b

Please sign in to comment.