Fix compilation
<: is a digraph, so a space is necessary for compilation on certain compilers.
This commit is contained in:
parent
e82d81a884
commit
e062f70c6d
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ namespace internal {
|
|||
// choose 16 rather than some other number just in case the compiler would
|
||||
// be confused by an unaligned pointer.
|
||||
#define GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(TYPE, FIELD) \
|
||||
static_cast<::google::protobuf::uint32>( \
|
||||
static_cast< ::google::protobuf::uint32>( \
|
||||
reinterpret_cast<const char*>( \
|
||||
&reinterpret_cast<const TYPE*>(16)->FIELD) - \
|
||||
reinterpret_cast<const char*>(16))
|
||||
|
|
Loading…
Add table
Reference in a new issue