From 8e42d1ec329ac16ec5ae9692f18cdb0f2444d2fb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jun 2020 08:12:54 +0200 Subject: Fix handling of inner/outer operations in ad hoc recipes machinery --- libbuild2/action.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/action.hxx') diff --git a/libbuild2/action.hxx b/libbuild2/action.hxx index 906d7eb..e149574 100644 --- a/libbuild2/action.hxx +++ b/libbuild2/action.hxx @@ -115,6 +115,8 @@ namespace build2 bool operator>= (action, action) = delete; bool operator<= (action, action) = delete; + // Note: prints in numeric form (mostly used in tracing). + // LIBBUILD2_SYMEXPORT ostream& operator<< (ostream&, action); // operation.cxx -- cgit v1.1