Hi all,
i tried to build apache standard library ( stdcxx-4.2.1) on HPUX(11iv2) with
acc 3.80.
I am getting these errors.
i used gmake CONFIG=acc.config
-----------------------------------------------------------------------------------------------------------------------
Error (future) 229:
"/home/jaipal/Stdcxx/stdcxx-4.2.1/tests/intro/17.extensions.cpp", line 377 #
"Ambiguous overloaded function call; a function match was not found
that was strictly best for ALL arguments. Two functions that
matched best for some arguments (but not all) were
"std::istreambuf_iterator<char,std::char_traits<char> >
std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char> >
>::get(std::istreambuf_iterator<char,std::char_traits<char>
>,std::istreambuf_iterator<char,std::char_traits<char> >,std::ios_base
&,__rw::__rw_iostate &,long double &) const"
["/home/jaipal/Stdcxx/stdcxx-4.2.1/include/loc/_num_get.h", line 124] and
"std::istreambuf_iterator<char,std::char_traits<char> >
std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char> >
>::get(std::istreambuf_iterator<char,std::char_traits<char>
>,std::istreambuf_iterator<char,std::char_traits<char> >,std::ios_base
&,__rw::__rw_iostate &,double &) const"
["/home/jaipal/Stdcxx/stdcxx-4.2.1/include/loc/_num_get.h", line 116]."
Choosing
"std::istreambuf_iterator<char,std::char_traits<char> >
std::num_get<char,std::istreambuf_iterator<char,std::char_traits<char> >
>::get(std::istreambuf_iterator<char,std::char_traits<char>
>,std::istreambuf_iterator<char,std::char_traits<char> >,std::ios_base
&,__rw::__rw_iostate &,long double &) const"
["/home/jaipal/Stdcxx/stdcxx-4.2.1/include/loc/_num_get.h", line 124] for
resolving ambiguity.
Warning: 2 future errors were detected and ignored. Add a '+p'
option to detect and fix them before they become fatal errors in
a future release. Behavior of this ill-formed program is not guaranteed to
match that of a well-formed program
-----------------------------------------------------------------------------------------------------------------
Thanks in Advance,
Jaipal P.