ports/cad/opencascade740/files/patch-src_Standard_Standard__Time.hxx
Yuri Victorovich 18da1ab515 cad/opencascade740: Resurrect cad/opencascade @ version 7.4.0
This is needed for science/chrono.
2022-01-29 22:01:48 -08:00

19 lines
664 B
C++

--- src/Standard/Standard_Time.hxx.orig 2017-08-30 13:28:31 UTC
+++ src/Standard/Standard_Time.hxx
@@ -26,11 +26,11 @@
// ------------------------------------------------------------------
// IsEqual : Returns Standard_True if two time values are equal
// ------------------------------------------------------------------
-inline Standard_Boolean IsEqual (const Standard_Time theOne,
- const Standard_Time theTwo)
-{
- return theOne == theTwo;
-}
+//inline Standard_Boolean IsEqual (const Standard_Time theOne,
+// const Standard_Time theTwo)
+//{
+// return theOne == theTwo;
+//}
#endif