summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2011-07-19 15:21:31 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2011-07-19 15:21:31 +0000
commit0b40577f14a82a3ce47a3e09d3525cef1195c82a (patch)
tree35b4e728e83257008831cf1af4c205b6def09ea6 /docs
parent39e6b2701d97271d8a776bea5ed79ecabf352b86 (diff)
docs: Removed seek/tell restriction for stream loading
git-svn-id: http://pugixml.googlecode.com/svn/trunk@811 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/manual.qbk2
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]