mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Release notes in https://www.opencascade.com/sites/default/files/documents/release_notes_7.2.0.pdf PR: 224649 Differential Revision: https://reviews.freebsd.org/D13665
19 lines
664 B
C++
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
|
|
|