# # # patch "vocab.cc" # from [4e9da8044b886191dc47b4844c1e80c053efa0ae] # to [09f8ef53a74e5bc5989d0e6155d2daca2e124dd1] # ============================================================ --- vocab.cc 4e9da8044b886191dc47b4844c1e80c053efa0ae +++ vocab.cc 09f8ef53a74e5bc5989d0e6155d2daca2e124dd1 @@ -193,6 +193,7 @@ template std::ostream & operator<< <>(st template std::ostream & operator<< <>(std::ostream &, epoch const &); template std::ostream & operator<< <>(std::ostream &, file const &); +template std::ostream & operator<< <>(std::ostream &, hexenc const &); template std::ostream & operator<< <>(std::ostream &, key const &); template std::ostream & operator<< <>(std::ostream &, manifest const &); template std::ostream & operator<< <>(std::ostream &, revision const &);