diff options
Diffstat (limited to 'libbuild2')
-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 { |