T O P I C R E V I E W |
lbp |
Posted - Oct 10 2008 : 06:57:51 AM I have a class like the following (this example is not verified to cause the problem - it's a simplified example of my real class) --- .h namespace MNP{ class MNPmyclass{ public: int method(int a, int b); }; }
---.cpp namespace MNP { int MNPmyclass::method(int a, int b); }
if I change the sig in anyway, i get the name of the class changed in the .cpp. It might be related to the namespace, or it might be because I have another class named the same, but without the namespace in the classname? ---.cpp namespace MNP { int myclass::method(int a, int b); } |
5 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Apr 11 2012 : 12:44:01 AM case=20256 is fixed in build 1903 |
Kaylx |
Posted - Apr 04 2012 : 09:20:18 AM It's been bugging me for a while so i'm glad to hear it will be fixed. :)
Again thanks for getting back to me so quickly.
Regards, Kaylx |
accord |
Posted - Apr 02 2012 : 11:10:51 AM I have good news. This has been marked as fixed internally as a post 1901 fix. It will go through internal testing and if everything is fine, it should appear in the next build. |
Kaylx |
Posted - Apr 02 2012 : 03:43:07 AM Any news on this bug? I'm still getting this issue in version 10.7.1901.0 built 2012.02.28.
|
accord |
Posted - Oct 10 2008 : 3:00:02 PM I am seeing the same effect here. Thank you for the clear description.
case=20256 |