Hi,
Again, first, thanks for global! I noticed a minor C++ parsing problem with
constructors and destructors:
-------------------------------------
A::A() :
_a( 0 ),
_b( 1 )
{
};
A::~A()
{
};
-------------------------------------
I would have expected
-------------------------------------
A 1 c.cpp A::A() :
~A 7 c.cpp A::~A()
-------------------------------------
But got:
-------------------------------------
_b 3 c.cpp _b( 1 )
A 7 c.cpp A::~A()
-------------------------------------
Perhaps you find an easy way to fix this.
Regards,
Tobias
_______________________________________________
Bug-global mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-global