Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » namespace problem : could not been resolved
namespace problem : could not been resolved [message #1271129] Fri, 14 March 2014 10:29
drkzs Mising name is currently offline drkzs Mising nameFriend
Messages: 2
Registered: May 2011
Location: france
Junior Member
Hello,

I am using eclipse-kepler-cpp-SR2 (though SR1 behaves the same)

I have a C++ project. All my code belong to a namespace.

When on a header of mine, I heritate from another header of mine (in the same namespace), the class is not recognized :

namespace arg {

class MyClass : public MyMotherClass
{


MyMotherClass is not recognized... Whereas if I add explicitely the namespace

namespace arg {

class MyClass : public arg::MyMotherClass
{


it's ok ... Is someone experiencing same behaviour ? I didn't have it on Linux

(I already rebuilt index, close/open project, close/start eclipse, and change from SR1 to SR2)

Thanx a lot Smile

[Updated on: Fri, 14 March 2014 10:35]

Report message to a moderator

Previous Topic:Setting preferences (CDT Environment) using plugin_customization.ini
Next Topic:LLVM Setup for Eclipse CDT (replacement for llvm-ld)
Goto Forum:
  


Current Time: Fri May 03 23:10:09 GMT 2024

Powered by FUDForum. Page generated in 0.02547 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top