Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Create implementation to empty namspace
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

__Daniel__
Senior Member

Poland
36 Posts

Posted - Apr 27 2010 :  06:18:03 AM  Show Profile  Reply with Quote
Hello.

test.h:

#pragma once

namespace A
{
	class CTest
	{
	public:
		CTest();
		~CTest();
	};
}

test.cpp:

#include "StdAfx.h"
#include "Test.h"

namespace A
{}


Use "create implementation" on CTest::CTest -> test.cpp:

#include "StdAfx.h"
#include "Test.h"

namespace A

CTest::CTest()
{

}
{}


It only happend if "{" and "}" ( from namespace ) are on the same line ( in test.cpp )

feline
Whole Tomato Software

United Kingdom
18951 Posts

Posted - Apr 27 2010 :  1:30:57 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=43387

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000