Hello,
I'm trying to compile boost.iostream (approved but not yet included in the
official distribution) with boost_1_32.
First I had to replace the few occurences of apply_if with eval_if, due to a
change in mpl. No probs here.
Then I had to add #include
"Giuseppe Vacanti"
Hello,
I'm trying to compile boost.iostream (approved but not yet included in the official distribution) with boost_1_32.
I'm sorry I haven't fixed this yet. A number of people have complained about this, so I'll try to post a working version today.
But now I'm stuck with
..boost/io/operations.hpp: In static member function `static void boost::io::detail::read_implboost::io::input::putback(T&, typename boost::io::char_type<T>::type)': ..boost/io/operations.hpp:107: error: incomplete type `boost::STATIC_ASSERTION_FAILURE< false>' used in nested name specifier
and I do not know what the next move should be. Would anybody have a suggestion? I run with linux and g++ 3.4.1.
If you will post a sample program which produces the error, I should be ablse to fix it.
Thanks, Giuseppe
Jonathan
Hi,
Jonathan Turkanis
If you will post a sample program which produces the error, I should be ablse to fix it.
This happens in the iostream library itself, in a few places. It could be due to the fact that the changes I made were not appropriate. I'll wait for the updated library and I'll get back in touch if the problem persists. Thanks, Giuseppe
participants (2)
-
Giuseppe Vacanti
-
Jonathan Turkanis