diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-26 17:25:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-26 17:25:10 +0200 |
commit | 18568ff0ff3dce89d694b494c5dfc9a32e63c9e6 (patch) | |
tree | cd36895fdab3b30b8b61fcc3e12f8a92bb292203 /build/target | |
parent | 95239b7c5404965d4f5ef997b5b75bf542a25192 (diff) |
Part two of dependency injection with auto-generation support
Diffstat (limited to 'build/target')
-rw-r--r-- | build/target | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/target b/build/target index 1de521e..8161438 100644 --- a/build/target +++ b/build/target @@ -35,6 +35,9 @@ namespace build // enum class target_state {unknown, postponed, unchanged, changed, failed}; + std::ostream& + operator<< (std::ostream&, target_state); + // Recipe. // // The returned target state should be changed, unchanged, or |