Fix static reflection for an enum's min/max value to be signed (int instead of usize).

PiperOrigin-RevId: 575811496
pull/14420/head
Protobuf Team Bot 1 year ago committed by Copybara-Service
parent cc27cc3cf7
commit 8bf4fe924a
  1. 1
      src/google/protobuf/compiler/cpp/enum.cc

@ -12,6 +12,7 @@
#include "google/protobuf/compiler/cpp/enum.h"
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <string>

Loading…
Cancel
Save