Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Tooltip is displayed incorrectly
smallB:
When hovering over a variable of type Int<signed char> the tooltip being displayed says Int<signedchar>.
oBFusCATed:
Minimal code sample?
OS/C::B/compiler version?
smallB:
--- Code: ---template<class Int_T, Int_T Min_Range,
Int_T Max_Range>
class Int
{};
--- End code ---
OS: W8
c::b: svn 7452
compiler: gcc 4.6.1
ollydbg:
--- Quote from: smallB on October 28, 2011, 08:28:28 am ---
--- Code: ---template<class Int_T, Int_T Min_Range,
Int_T Max_Range>
class Int
{};
--- End code ---
OS: W8
c::b: svn 7452
compiler: gcc 4.6.1
--- End quote ---
So, when you hover on which variable? What is the expect tip should show?
PS: template handling in CC's parser is not quite good. :D
smallB:
The tooltip should show Int<signed char>
Navigation
[0] Message Index
[#] Next page
Go to full version