The unified diff between revisions [3099ff90..] and [e9aa88ea..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'vocab.cc'
# # # patch "vocab.cc" # from [cebf734fb6a83a66665786e2c1486d4934137066] # to [41fd233b49106424431b40d9b021959b607590f2] # ============================================================ --- vocab.cc cebf734fb6a83a66665786e2c1486d4934137066 +++ vocab.cc 41fd233b49106424431b40d9b021959b607590f2 @@ -228,6 +228,15 @@ template class manifest<cert>; template class revision<cert>; template class manifest<cert>; +template +void dump(revision_id const & r, std::string &); + +template +void dump(manifest_id const & r, std::string &); + +template +void dump(file_id const & r, std::string &); + // the rest is unit tests #ifdef BUILD_UNIT_TESTS