Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Serious Bug in "Value" and no one cares?!
Serious Bug in "Value" and no one cares?! [message #13007] |
Wed, 05 December 2007 11:37  |
Werner
Messages: 234 Registered: May 2006 Location: Cologne / Germany
|
Experienced Member |
|
|
On December 1, 2007 I posted the message #12969 "Bug in Core06.cpp or in U++ Core value types tutorial" in "U++ TheIDE: Other Features Wishlist and/or Bugs", stating that "a.Is<int>()" and "b.Is<double>()" in the "Core06.cpp" example return wrong results, namely "false" instead of "true".
Although "Value" belongs to the core of Ultimate++, nobody answered!
Am I totally wrong, seriously misunderstanding something? Or is it so that important methods (.Is) of a type crucial to Ultimate++ (Value) might be buggy and no one seems to care??
Any response would be appreciated.
Werner
|
|
|
|
Re: Serious Bug in "Value" and no one cares?! [message #13009 is a reply to message #13007] |
Wed, 05 December 2007 12:03   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
Werner wrote on Wed, 05 December 2007 05:37 | On December 1, 2007 I posted the message #12969 "Bug in Core06.cpp or in U++ Core value types tutorial" in "U++ TheIDE: Other Features Wishlist and/or Bugs", stating that "a.Is<int>()" and "b.Is<double>()" in the "Core06.cpp" example return wrong results, namely "false" instead of "true".
Although "Value" belongs to the core of Ultimate++, nobody answered!
Am I totally wrong, seriously misunderstanding something? Or is it so that important methods (.Is) of a type crucial to Ultimate++ (Value) might be buggy and no one seems to care??
Any response would be appreciated.
Werner
|
Sorry about missing that one, anyway this is a wrong place. You should have posted into Library forums.
FIY, I personally check these much more often then this ide related topics. Malfunctioning IDE or even IDE wishes are IMO lower priority than bugs in library.
Anyway, going to check now.
Mirek
|
|
|
Re: Serious Bug in "Value" and no one cares?! [message #13016 is a reply to message #13008] |
Wed, 05 December 2007 14:17  |
Werner
Messages: 234 Registered: May 2006 Location: Cologne / Germany
|
Experienced Member |
|
|
unodgs wrote on Wed, 05 December 2007 11:51 | Ok, I run Core06 and this is what I've got:
a.Is<int>() = true
a.Is<double>() = false
b.Is<double>() = true
seem to be ok. I used MSC80
|
I'm getting
a.Is<int>() = false
a.Is<double>() = false // actually, this is ok!
b.Is<double>() = false
when using gcc 4.2.1
Werner
|
|
|
Goto Forum:
Current Time: Mon Apr 28 18:11:13 CEST 2025
Total time taken to generate the page: 0.01054 seconds
|