occt: master 7b3f255f
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
master | 2022-03-31 09:21:08 | master 4e1b5fcb | ||
Affected Issues | 0032917: Coding Rules - eliminate MSVS warning C26440 on VS2019/C++20 (If your function may not throw, declare it noexcept) | |||
Changeset | 0032917: Coding Rules - eliminate MSVS warning C26440 on VS2019/C++20 (If your function may not throw, declare it noexcept) Microsoft Visual Studio Professional 2019 Version 16.11.11 std=c++20 Get rid of warning C26440: "If your function may not throw, declare it noexcept" "If code is not supposed to cause any exceptions, it should be marked as such by using the 'noexcept' specifier. This would help to simplify error handling on the client code side, as well as enable compiler to do additional optimizations." |
|||
mod - src/NCollection/NCollection_AliasedArray.hxx | Diff File | |||
mod - src/Poly/Poly_ArrayOfNodes.hxx | Diff File | |||
mod - src/Poly/Poly_ArrayOfUVNodes.hxx | Diff File | |||
mod - src/Standard/Standard_Handle.hxx | Diff File | |||
mod - src/TCollection/TCollection_AsciiString.hxx | Diff File | |||
mod - src/TCollection/TCollection_ExtendedString.hxx | Diff File | |||
mod - src/TopLoc/TopLoc_SListOfItemLocation.hxx | Diff File |