aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-27 09:11:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-27 09:11:01 +0200
commit84d8b7196f27f0ac195207e31865502e7160840f (patch)
treed4c71b38bf437f39fba249aa09f9e3094e932e65
parent53d082d06f4d89930b0689defec121630e21150f (diff)
Add clarifying comment
-rw-r--r--libbuild2/diagnostics.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/diagnostics.hxx b/libbuild2/diagnostics.hxx
index 129e00d..ef41f22 100644
--- a/libbuild2/diagnostics.hxx
+++ b/libbuild2/diagnostics.hxx
@@ -517,6 +517,8 @@ namespace build2
}
};
+ // Note: diag frames are not applied to text/trace diagnostics.
+ //
template <typename F>
struct diag_frame_impl: diag_frame
{