i trying to use CEDET for C++-Development but especially modern C++ feature like nested Namespaces like:
ns1::ns2::ns3 .. {
}
not working. I tried to find out if there existing plans to implement support for modern C++ in CEDET?. But no success. So want to ask here. And Commits in original repository on savannah seems quite old.
I want to use CEDET. Because modern CLANG based things using always a separate service process in backend. I know I can try it by myself to put support for modern C++ to CEDET. But its a complex Emacs Lisp Project. And Im more fine with C++ as with Emacs Lisp.