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:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user