diff options
Diffstat (limited to 'libbuild2/action.hxx')
-rw-r--r-- | libbuild2/action.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
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 |