[umbrello-devel] [umbrello] [Bug 175096] crash on import classes(c++)

Ralf Habacker ralf.habacker at freenet.de
Fri Jan 31 06:54:30 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=175096

--- Comment #20 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to comment #19)
> (In reply to comment #18)
> > (In reply to comment #17)
> > > (In reply to comment #16)
> > > > Created attachment 84914 [details]
> > > > New crash information added by DrKonqi
> > > > 
> > > > umbrello (2.12.99-0102463) on KDE Platform 4.11.3 using Qt 4.8.4
> > > > 
> > > > Retrieved new sources after commits by Ralf Habacker. Importing c++ sources.
> > > Cannot reproduce a crash with the openscenegraph sources mentioned in this
> > > bug. Please provide a related header file or link with this crash is
> > > reproducable.
> > 
> > Crashes importing the following source header files.
> > https://github.com/anthonybakermpls/e/tree/master/include
> 
> umbrello fails to import the following lines from renderer
> 127:    map<int,shared_ptr<Renderable>> renderables;
> 128:    map<int,shared_ptr<Renderable>>::iterator renderables_iter;

The problem here is that the c++ lexer interprets '>>' as operator >>.  A
workaround is to add a space between both '>'
> 127:    map<int,shared_ptr<Renderable> > renderables;
> 128:    map<int,shared_ptr<Renderable> >::iterator renderables_iter;

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list