Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to next message
Werner is currently offline  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 #13008 is a reply to message #13007] Wed, 05 December 2007 11:51 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

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

[Updated on: Wed, 05 December 2007 11:52]

Report message to a moderator

Re: Serious Bug in "Value" and no one cares?! [message #13009 is a reply to message #13007] Wed, 05 December 2007 12:03 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
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 Go to previous message
Werner is currently offline  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
Previous Topic: Bug in Core06.cpp or in U++ Core value types tutorial (2nd posting)
Next Topic: Does TheIDE have problems with underscores?
Goto Forum:
  


Current Time: Wed Apr 24 04:27:25 CEST 2024

Total time taken to generate the page: 0.02309 seconds