|
|
@ -9,13 +9,13 @@ |
|
|
|
#include <type_traits> |
|
|
|
#include <type_traits> |
|
|
|
|
|
|
|
|
|
|
|
#include "google/protobuf/port_def.inc" |
|
|
|
#include "google/protobuf/port_def.inc" |
|
|
|
#if PROTOBUF_VERSION < 3021000 |
|
|
|
#if PROTOBUF_VERSION < 4023000 |
|
|
|
#error "This file was generated by a newer version of protoc which is" |
|
|
|
#error "This file was generated by a newer version of protoc which is" |
|
|
|
#error "incompatible with your Protocol Buffer headers. Please update" |
|
|
|
#error "incompatible with your Protocol Buffer headers. Please update" |
|
|
|
#error "your headers." |
|
|
|
#error "your headers." |
|
|
|
#endif // PROTOBUF_VERSION
|
|
|
|
#endif // PROTOBUF_VERSION
|
|
|
|
|
|
|
|
|
|
|
|
#if 4022003 < PROTOBUF_MIN_PROTOC_VERSION |
|
|
|
#if 4023000 < PROTOBUF_MIN_PROTOC_VERSION |
|
|
|
#error "This file was generated by an older version of protoc which is" |
|
|
|
#error "This file was generated by an older version of protoc which is" |
|
|
|
#error "incompatible with your Protocol Buffer headers. Please" |
|
|
|
#error "incompatible with your Protocol Buffer headers. Please" |
|
|
|
#error "regenerate this file with a newer version of protoc." |
|
|
|
#error "regenerate this file with a newer version of protoc." |
|
|
|