Open GoogleCodeExporter opened 8 years ago
I dont get this error. I used the protobuf addressbook example proto which has
enum defined and compiled a cpp file with
struct _Tutorial__Person message = TUTORIAL__PERSON__INIT;
_Tutorial__Person__PhoneType x = TUTORIAL__PERSON__PHONE_TYPE__MOBILE;
I didnt see any compilation errors with g++.
Original comment by dear.c...@gmail.com
on 12 Oct 2012 at 4:07
I also experience this issue. The error is suppressed if you are compiling with
'-fpermissive', which is generally not a great idea to enable.
Original comment by McCann.M...@gmail.com
on 21 Aug 2013 at 3:29
Original issue reported on code.google.com by
akit...@gmail.com
on 22 Jan 2012 at 12:05