diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-01-27 09:11:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-01-27 09:11:01 +0200 |
commit | 84d8b7196f27f0ac195207e31865502e7160840f (patch) | |
tree | d4c71b38bf437f39fba249aa09f9e3094e932e65 | |
parent | 53d082d06f4d89930b0689defec121630e21150f (diff) |
Add clarifying comment
-rw-r--r-- | libbuild2/diagnostics.hxx | 2 |
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 { |