|
@@ -149,6 +149,7 @@ public:
|
|
|
|
|
|
|
|
private:
|
|
private:
|
|
|
// std::shared_ptr because of its type erased allocator which is useful here
|
|
// std::shared_ptr because of its type erased allocator which is useful here
|
|
|
|
|
+ // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
|
|
|
inline static std::shared_ptr<Service> service{};
|
|
inline static std::shared_ptr<Service> service{};
|
|
|
};
|
|
};
|
|
|
|
|
|