Boost logo

Boost :

From: Gennadiy Rozental (gennadiy_at_[hidden])
Date: 2002-10-02 03:31:35


"John Maddock" <jm_at_[hidden]> wrote in message
news:021901c2693e$70d6a840$09a4193e_at_1016031671...
> > I am getting following error from BCC55 command line tools:
>
> Ok I've got a couple of fixes for you:
>
> In errors_handling_test.cpp can you change (__BORLANDC__ <= 0x560) to
> (__BORLANDC__ <= 0x570).

You want to say it's still does not work?

>
> In unit_test_suite.hpp you need to apply the following fixes to get the
code
> compiling with C++ Builder 5:

I passed all tests with BCC (other then subj) with BCC55.

>
> 179c179
> < p_stages_amount.set( detail::distance( par_begin_, par_end_ ) );
> ---
> > p_stages_amount.set( detail::distance( (ParamIterator)par_begin_,
> (ParamIterator)par_end_ ) );
> 210c210
> < p_stages_amount.set( detail::distance( par_begin_, par_end_ ) );
> ---
> > p_stages_amount.set( detail::distance( (ParamIterator)par_begin_,
> (ParamIterator)par_end_ ) );

Do you meen that I need this ot make to fix:

Error E2406 ...\\BCC55\\Include\rw/iterator.h 124: Dependent type qualifier
'int *' is not a class or struct type in function
parametrized_function_test_case<int
*,int>::parametrized_function_test_case(void (*)(int),const char *,int *
const &,int * const &)

Gennadiy.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk