diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-31 16:46:44 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-03-31 16:53:40 +0300 |
commit | 566ac9e3dfb5d05ab83f81f81adf3810a8f69ebe (patch) | |
tree | 9e5f027f8d2ae34fa16b090a810bc47fcdafe094 /bpkg/manifest | |
parent | 1abaeaf0ab3e732c9fb0b83510575e7a90bd1c68 (diff) |
Fix signature_manifest ctor to check for end of stream
Diffstat (limited to 'bpkg/manifest')
-rw-r--r-- | bpkg/manifest | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/manifest b/bpkg/manifest index 19dd960..8ad9512 100644 --- a/bpkg/manifest +++ b/bpkg/manifest @@ -23,6 +23,8 @@ namespace bpkg { using strings = std::vector<std::string>; + // @@ Let's create <bpkg/types> with "basic" package types. + // class LIBBPKG_EXPORT version { public: |