Build fix: missing initializer for member 'rotation_positions'
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.hpp
index 0db462e7d7fe22d8eb8194c1418e2ca7ab8541e4..c48e2b9e25b97f95e745b4cbd47d667583c0eb26 100644 (file)
@@ -326,6 +326,10 @@ struct ust_app {
        struct lttng_ht *token_to_event_notifier_rule_ht;
 };
 
+/*
+ * 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<ust_app> : formatter<std::string> {
This page took 0.022463 seconds and 4 git commands to generate.