Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1522: Bogus autocomplete w/ xxx_cast + funcptr

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
bugfix Posted - Jun 11 2006 : 11:32:20 AM

void* p;
reinterp|<PROC>(p);
->reinterpret_cast(|)<PROC>(p);


reinterpret_cast<PRO|
->reinterpret_cast<PROC(|)


reinterpret_cast<P|(p);
->reinterpret_cast<PROC(p);

-bugfix
4   L A T E S T    R E P L I E S    (Newest First)
support Posted - Jun 19 2006 : 4:48:29 PM
Fixed in build 1524.

Eliminated problem with inserting of brackets after reinterpret_cast. (case=1288)
feline Posted - Jun 12 2006 : 5:52:23 PM
*ah* now i can reproduce this

case=1288
bugfix Posted - Jun 11 2006 : 3:56:34 PM
It's the suggestion listbox.
PROC is declared in windef.h so including windows.h should do it.
I get those brackets only if I want to cast from a function pointer.
feline Posted - Jun 11 2006 : 3:31:07 PM
what sort of listbox are you getting? when pressing CTRL-SPACE for a completion listbox i am not seeing reinterpret_cast listed, so i cannot accept it.

i can get reinterpret_cast suggested via a suggestion listbox (question mark icons) but this is not inserting any such brackets for me.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000