diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-30 15:07:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-30 15:07:03 +0200 |
commit | 70af0087d8efb3f2f7dc9ffdf2568419913f16da (patch) | |
tree | dceeab7a3c600add8bf3f3375a2d83ca11213624 /build/prerequisite.cxx | |
parent | 18568ff0ff3dce89d694b494c5dfc9a32e63c9e6 (diff) |
Group "see through" iteration, take 1
Diffstat (limited to 'build/prerequisite.cxx')
-rw-r--r-- | build/prerequisite.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/prerequisite.cxx b/build/prerequisite.cxx index 7ccf37d..d4c8a9c 100644 --- a/build/prerequisite.cxx +++ b/build/prerequisite.cxx @@ -15,6 +15,8 @@ using namespace std; namespace build { + // prerequisite_key + // ostream& operator<< (ostream& os, const prerequisite_key& pk) { |