Boost logo

Boost :

From: Gennadiy Rozental (gennadiy_at_[hidden])
Date: 2002-09-29 13:49:34


Hi,

I am getting following error from BCC55 command line tools:

errors_handling_test.cpp:
Warning W8066 errors_handling_test.cpp 68: Unreachable code in function
error_on_demand()
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 &)
Error E2406 ...\\BCC55\\Include\rw/iterator.h 125: 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 &)
Error E2406 ...\\BCC55\\Include\rw/iterator.h 126: 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 &)
Error E2406 ...\\BCC55\\Include\rw/iterator.h 127: 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 &)
Error E2406 ...\\BCC55\\Include\rw/iterator.h 128: 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 &)
Error E2228 ...\\BCC55\\Include\rw/iterator.h 128: Too many error or warning
messages in function parametrized_function_test_case<int
*,int>::parametrized_function_test_case(void (*)(int),const char *,int *
const &,int * const &)
*** 6 errors in Compile ***

"bcc32" -j5 -q -c -P -w -Ve -Vx -a8 -v -Od -vi- -tWC -tWR -tWC -WM- -w-8
080 -w-8001 -I"..\..\..\libs\test\test" -I"D:\Source
ode\boost" -o"..\..\..\libs\test\test\bin\errors_handling_test.test\borland
\debug\runtime-link-dynamic\errors_handling_test.obj"
"errors_handling_test.cpp"

...failed borland-C++-action
..\..\..\libs\test\test\bin\errors_handling_test.test\borland\debug\runtime-
link-dynamic\errors_handling_test.obj...

It compile if I define _RWSTD_NO_CLASS_PARTIAL_SPEC on top of the file. Does
something wrong with bcc config?

Gennadiy.


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