1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

0033544: Foundation Classes - Fixing compiler problems [HotFix]

Fixed problem with Clang-16
Fixed problem with SWIG-4
Fixed genproj procedure
This commit is contained in:
dpasukhi
2023-12-06 10:42:54 +00:00
parent 8147976d9f
commit ffd7a3aa4f
5 changed files with 15 additions and 36 deletions

View File

@@ -253,6 +253,6 @@ void Message_AttributeMeter::DumpJson (Standard_OStream& theOStream,
anIterator.More(); anIterator.Next())
{
OCCT_DUMP_VECTOR_CLASS (theOStream, Message::MetricToString (anIterator.Key()),
2, anIterator.Value(), anIterator.Value())
2, anIterator.Value().first, anIterator.Value().second)
}
}