Namespace in my own library

Now I understand that this is not due to my LinkDef.h but due to this automatic loading issue.

To make the tab completion works and to allow the user to use the methods inside the user’s namespace, the header file needs to be #included first.

root [0] gSystem->Load("libROBAST")

root [2] #include "AGeoUtil.h"
root [3] AGeoUtil::

works fine.

@axel, would you tell me the issue page of this ROOT-6 loading issue if it exists?