From 5799d9a15b216eb7b1e9e47dbf5bf5a55de3ac1e Mon Sep 17 00:00:00 2001 From: sh1ve <63954557+sh1ve@users.noreply.github.com> Date: Sun, 29 Sep 2024 23:49:38 +0800 Subject: [PATCH] Fix build error under certain character sets Add some padding after non-ASCII comment --- .../core/include/prometheus/client_metric.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/prometheus-cpp-lite-1.0/core/include/prometheus/client_metric.h b/ext/prometheus-cpp-lite-1.0/core/include/prometheus/client_metric.h index 39acff782..10e12ff7e 100644 --- a/ext/prometheus-cpp-lite-1.0/core/include/prometheus/client_metric.h +++ b/ext/prometheus-cpp-lite-1.0/core/include/prometheus/client_metric.h @@ -8,6 +8,7 @@ namespace prometheus { // структура, в которую копируются значения метрик перед их сериализацией + struct ClientMetric { // Label