[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor C++ parsing problem
From: |
Shigio YAMAGUCHI |
Subject: |
Re: Minor C++ parsing problem |
Date: |
Mon, 22 Oct 2007 23:59:11 +0900 |
Hi,
I recognized the bug. It will be fixed in the future.
Thank you for your report.
> -------------------------------------
> 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()
> -------------------------------------
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3