
On Sun, 15 Aug 2010 15:06:58 +0200, Mathias Gaunard <mathias.gaunard@ens-lyon.org> wrote:
[...]A few documentation problems: - detail headers shouldn't appear
Jamfile updated.
- pistream/postream do not inherit from std::istream/std::ostream nor to have any stream-like members, at least according to the reference
Hm, indeed! I think the problem is that Doxygen doesn't know std::istream and std::ostream. I don't know if there is anything which can be done about it?
- the Asynchronous I/O section should clearly say you need to use named pipes for this to work.
It depends on the platform you are looking from: For POSIX Windows is the exception and the only platform which requires named pipes. For Windows POSIX is the exception and the only platform which doesn't require named pipes. :-) Thanks for your feedback, Boris