singleton implementation can causes vc7.1 IDE stuck up??

  • Thread starter Thread starter Jun
  • Start date Start date
J

Jun

hi,

i'm just wondering why this happens, here is the scenario:


class CRenderer : public TSingleton<CRenderer>
...
#define RENDERER Singleton<CRenderer>::Instance()
...
RENDERER->Init()

in here, if i mouse-over the Init() function makes IDE stuck-up!
if you ask, yes my code works just fine and running on cel1.7ghz 1gig ram
my only problem is it gets stucked up all the time (really annoying)


any suggestions will do, thanks in advance
 
Jun said:
anyone?
[...]


Intellisense is rather easy to trip up. I'm afraid
you have to come up with a repro case in order to
get any support for it.

Schobi

--
(e-mail address removed) is never read
I'm Schobi at suespammers dot org

"Coming back to where you started is not the same as never leaving"
Terry Pratchett
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top