diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:10:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-01 16:41:08 +0300 |
commit | 8e69e09b7ec68377758c63092f9b254e95a0d7be (patch) | |
tree | 91f29f69c5a329d3a7e8594407e8a0330d146002 /libbuild2/diagnostics.hxx | |
parent | cd090e741cdee437632554d22c5ae84572c7267f (diff) |
Fix linkage failure due to inline functions defined in libbuild2/algorithm.ixx and referred from libbuild2/target.txx
Diffstat (limited to 'libbuild2/diagnostics.hxx')
-rw-r--r-- | libbuild2/diagnostics.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/diagnostics.hxx b/libbuild2/diagnostics.hxx index 9ad18ff..802cd3c 100644 --- a/libbuild2/diagnostics.hxx +++ b/libbuild2/diagnostics.hxx @@ -62,7 +62,7 @@ namespace build2 // While uint8 is more than enough, use uint16 for the ease of printing. // - // Forward-declarated in utility.hxx. + // Forward-declarated in <libbuild2/utility.hxx>. // // extern uint16_t verb; // const uint16_t verb_never = 7; |