Build fix: missing initializer for member 'rotation_positions'
[lttng-tools.git] / src / bin / lttng-sessiond / ust-registry-event.hpp
index 06f24a12050f4942316ba614f5eed2dd390d728d..5dc98032a2900d58f650bdbdbfa213b90c22164f 100644 (file)
@@ -63,6 +63,10 @@ void registry_event_destroy(registry_event *event);
 } /* namespace sessiond */
 } /* namespace lttng */
 
+/*
+ * Due to a bug in g++ < 7.1, this specialization must be enclosed in the fmt namespace,
+ * see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56480.
+ */
 namespace fmt {
 template <>
 struct formatter<lttng::sessiond::ust::registry_event> : formatter<std::string> {
This page took 0.024091 seconds and 4 git commands to generate.