Pierre-Henri Wuillemin
2015-06-16 10:05:46 UTC
Hi,
I think that commit 117f6d0 (Fix C++11 type aliasing seg fault.) is the reason of a new error when parsing "using" for reference type :
A C++ line such as :
using reference = Key&;
was correctly parsed before this commit. After the commit :
error: Syntax error in input(3).
Thanks,
I think that commit 117f6d0 (Fix C++11 type aliasing seg fault.) is the reason of a new error when parsing "using" for reference type :
A C++ line such as :
using reference = Key&;
was correctly parsed before this commit. After the commit :
error: Syntax error in input(3).
Thanks,
--
Associate Professor - Maître de conférences
Office 420/26-00 | BC 169 | 4, place Jussieu | 75252 Paris Cedex 05
gpg : http://webia.lip6.fr/~phw/phw.asc
phone : +33 1 44 27 71 48 | fax : +33 1 44 27 88 89
Associate Professor - Maître de conférences
Office 420/26-00 | BC 169 | 4, place Jussieu | 75252 Paris Cedex 05
gpg : http://webia.lip6.fr/~phw/phw.asc
phone : +33 1 44 27 71 48 | fax : +33 1 44 27 88 89