Hi all
I tried to compile 1.3.4 with gcc 3.4 - I don't know if that is the motive
for the errors, but here they are:
In file included from ../../boost/boost/format.hpp:50,
from ../../src/BoostFormat.h:9,
from formulamacro.C:43:
../../boost/boost/format/format_implementation.hpp:
In member function `boost::basic_format<Ch, Tr>&
boost::basic_format<charT,
Traits>::clear_bind(int)':../../boost/boost/format/format_implementation.
hpp:155: error: `out_of_range_bit' undeclared (first use this function)
../../boost/boost/format/format_implementation.hpp:155:
error:(Each undeclared identifier is reported only once for each function
it appears in.) In file included from formulamacro.C:43:
I tried to add
#include "boost/format/format_fwd.hpp"
to format_implementation.hpp but that didn't help...
Please...
John