Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.70K
~256 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for sjcomp

Line 8 should be: [code] A::B* A::B::CSingletonTmpl<B>::s_Singleton = NULL; [/code] which reflects the type of the singleton pointer, and the access required to reach it through A, B, and CSingletonTmpl<B>, I think.

Member Avatar for madGambol
0
256

The End.