
28 Aug
2004
28 Aug
'04
4:11 a.m.
"Daryle Walker" <darylew@hotmail.com> wrote in message:
On 8/21/04 6:19 PM, "Jonathan Turkanis" <technews@kangaroologic.com> wrote:
Have you figured this out? Are you sure that you're getting the new "io_fwd.hpp" that I supply with the rest of the new files? The new version of the header forward declares the array-streams, and supplies a critical default for the third template argument. (There's a version of "io_fwd.hpp" already in Boost that doesn't have the new stuff. So make sure the new version is found first.)
Yup, that was it. I reordered the include paths and now it works. Jonathan