From a31945f682fc69340692680f2736aa74c186ef69 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 22:32:59 +0300 Subject: Make manifest serializer to accept non-empty versions for subsequent manifests --- libbutl/manifest-serializer.mxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/manifest-serializer.mxx') diff --git a/libbutl/manifest-serializer.mxx b/libbutl/manifest-serializer.mxx index e063f17..a1864d6 100644 --- a/libbutl/manifest-serializer.mxx +++ b/libbutl/manifest-serializer.mxx @@ -55,7 +55,8 @@ LIBBUTL_MODEXPORT namespace butl // with empty name and value. After that we can either have another // start-of-manifest pair (in which case the whole sequence repeats // from the beginning) or we get another end-of-manifest pair which - // signals the end of stream. + // signals the end of stream. The end-of-manifest pair can be omitted + // if it is followed by the start-of-manifest pair. // void next (const std::string& name, const std::string& value); -- cgit v1.1