Albert Chin wrote:
> > I'm worried that more differences between the C and C++ compilers are
> > found. It may be not only the location of , but also
> > HAVE_DECL_STRRCHR, the presence of an uint32_t type, etc.
>
> Possibly. lftp-3.5.11, an ftp client which is more a mix of C/C++,
> exposes more
> On Sat, 1 Sep 2007 22:15:58 +0200, Bruno Haible wrote:
> > On 11.x/PA,
> > the HP C++ compiler does not support #include_next. So, we get
> > #include "///usr/include/string.h". This fails to include the
> > C++-specific and thus some functions like strchr() don't
> > get defined, leading to com
Hello Albert,
> On 11.x/PA,
> the HP C++ compiler does not support #include_next. So, we get
> #include "///usr/include/string.h". This fails to include the
> C++-specific and thus some functions like strchr() don't
> get defined, leading to compile failures. When you #include
> in a C++ program