summaryrefslogtreecommitdiff
path: root/xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx')
-rw-r--r--xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx b/xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
index 7711b28..8a1c1ef 100644
--- a/xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
+++ b/xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx
@@ -1,5 +1,4 @@
// file : examples/cxx/tree/binary/boost/boost-archive-insertion.cxx
-// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : not copyrighted - public domain
#ifndef BOOST_ARCHIVE_EXTRACTION_HXX
@@ -180,6 +179,7 @@ namespace xsd
s.impl () >> size;
x.size (size);
s.impl ().load_binary (x.data (), size);
+ return s;
}
}
}