CC: Sun C++ 5.8 Patch 121017-01 2005/12/11
Martin Sebor <sebor@roguewave.com> wrote: Dipak Bapatla wrote:
> Hi,
>
> The same error shows up with around three or four examples.
The error is obviously bogus. It says there is an ambiguity between
__rb_tree::_C_make_iter (__rw_rb_tree_node*)
and
__rb_tree::_C_make_iter (const __rw_rb_tree_node*) const
There is no ambiguity between the two and I'm not seeing any errors
in my build. What exactly is the CC version you are using? Mine is
$ CC -V
CC: Sun C++ 5.8 2005/10/13
Martin
|