Hi all!

in C++(>=11) I can do:
```
using TMyLittleType = int64_t;

TMyLittleType xyz;
```

Is there a trick I can use to do the same in proto3?
like
```
magictrick   TMyLittleType = sint64;

message XYZ
{
     ....
      TMyLittleType abc = 3;
     .... 
}
```

Thanx,
Berge

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/protobuf/7f385218-65a2-4aec-8a0b-16b905fc919an%40googlegroups.com.

Reply via email to