From 0b40577f14a82a3ce47a3e09d3525cef1195c82a Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Tue, 19 Jul 2011 15:21:31 +0000 Subject: docs: Removed seek/tell restriction for stream loading git-svn-id: http://pugixml.googlecode.com/svn/trunk@811 99668b35-9821-0410-8761-19e4c4f06640 --- docs/manual.qbk | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/manual.qbk b/docs/manual.qbk index fb49b9e..d4156bf 100644 --- a/docs/manual.qbk +++ b/docs/manual.qbk @@ -577,8 +577,6 @@ This is a simple example of loading XML document from file using streams ([@samp [import samples/load_stream.cpp] [code_load_stream] -Stream loading requires working seek/tell functions and therefore may fail when used with some stream implementations like gzstream. - [endsect] [/stream] [section:errors Handling parsing errors] -- cgit v1.2.3