diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2011-07-19 15:21:31 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2011-07-19 15:21:31 +0000 |
commit | 0b40577f14a82a3ce47a3e09d3525cef1195c82a (patch) | |
tree | 35b4e728e83257008831cf1af4c205b6def09ea6 | |
parent | 39e6b2701d97271d8a776bea5ed79ecabf352b86 (diff) |
docs: Removed seek/tell restriction for stream loading
git-svn-id: http://pugixml.googlecode.com/svn/trunk@811 99668b35-9821-0410-8761-19e4c4f06640
-rw-r--r-- | docs/manual.qbk | 2 |
1 files changed, 0 insertions, 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] |