From 8e69e09b7ec68377758c63092f9b254e95a0d7be Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 1 Aug 2019 16:10:01 +0300 Subject: Fix linkage failure due to inline functions defined in libbuild2/algorithm.ixx and referred from libbuild2/target.txx --- libbuild2/diagnostics.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/diagnostics.hxx') 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 . // // extern uint16_t verb; // const uint16_t verb_never = 7; -- cgit v1.1