Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Dot instead of "::" for namespaces

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
mbobka Posted - Jun 26 2006 : 08:08:11 AM

#include <vector>

namespace aaa {
  class sometype {
  };
}

namespace aaa {
  class some_interface {
    aaa::sometype func( std::vector<aaa::sometype> const& v );
  };
}

When you try to "Add similar member to some_interface", then "Member signature" in dialog box will contain "aaa.sometype func( std::vector<aaa.sometype> const& v )". Where "aaa.sometype" is wrong and must be "aaa::sometype".

VA_X.dll file version 10.3.1524.0 built 2006.06.16
VAOpsWin.dll version 1.3.3.3
VATE.dll version 1.0.5.7
DevEnv.exe version 7.0.9466.0
msenv.dll version 7.0.9466.0
Font: Courier New 12(Pixels)
Comctl32.dll version 5.82.2900.2180
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32
Stable Includes:
C:\\Program Files\\Microsoft DirectX SDK (April 2006)\\Include;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\include;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio .NET\\FrameworkSDK\\include;
C:\\Program Files\\IDV\\SpeedTreeRT_SDK_v1.7_Beta_Evaluation\\include;
D:\\SDK\\Creative Labs\\EAX 4.0 Software Development Kit\\Include;
C:\\Program Files\\Microsoft Platform SDK for Windows Server 2003 R2\\Include;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio .NET\\Vc7\\crt\\src;
3   L A T E S T    R E P L I E S    (Newest First)
support Posted - Aug 27 2006 : 7:14:12 PM
Fixed in build 1533.
Uniwares Posted - Jun 27 2006 : 4:47:22 PM
That Dot instead of :: is also shown in the member list for C++ classes.
feline Posted - Jun 26 2006 : 4:29:44 PM
got it. thank you for the clear description

case=1483

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