Archived issue #0025561
OCCT can't compile with OCCT_DEBUG flag
Description
This bug caused by integration of CR24988 branch when the following code has been deleted:
gp_Pnt2d Value(const Standard_Real t) const
{
return Function_Value
(t,mySurface,myCurve,myInitialCurve2d,myDistTol3d,myTolU,myTolV);
}
It is necessary to restore this piece of code.
gp_Pnt2d Value(const Standard_Real t) const
{
return Function_Value
(t,mySurface,myCurve,myInitialCurve2d,myDistTol3d,myTolU,myTolV);
}
It is necessary to restore this piece of code.
Steps to reproduce
N/A
Public activity
6 archived notes
Participants are labeled by their role within this record.
Branch [archived branch] has been created by Author.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Mon Dec 8 09:22:35 2014 +0300
0025561: OCCT can't compile with OCCT_DEBUG flag
Restored function "Value" with old signature used in OCCT_DEBUG block.
[revision removed]
Detailed log of new commits:
Author: Author
Date: Mon Dec 8 09:22:35 2014 +0300
0025561: OCCT can't compile with OCCT_DEBUG flag
Restored function "Value" with old signature used in OCCT_DEBUG block.
Dear abv,
Please check current state of branch CR25561.
Please check current state of branch CR25561.
and please change product version to 6.8.1
Nor remarks, please test compilation and integrate (no non-regression testing is needed)
Dear Commenter 1,
Branch CR25561 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms in optimize and debug modes.
[revision removed]
Number of compiler warnings:
occt component:
Linux: 18 (18 on master)
Windows: 0 (0 on master)
products component :
Linux: 11 (11 on master)
Windows: 0 (1 on master)
Branch CR25561 from occt git-repository (and master from products git-repository) was compiled on Linux, MacOS and Windows platforms in optimize and debug modes.
[revision removed]
Number of compiler warnings:
occt component:
Linux: 18 (18 on master)
Windows: 0 (0 on master)
products component :
Linux: 11 (11 on master)
Windows: 0 (1 on master)
Branch [archived branch] has been deleted by Participant.
[revision removed]
[revision removed]