From bada6666c70977a058755ccf232e7d67b24adeed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:21:29 +0200 Subject: New upstream release --- xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xsd/examples/cxx/tree/binary/boost/boost-archive-extraction.hxx') 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 // 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; } } } -- cgit v1.2.3