The HPPA C++ compiler has namespace support but provides no
`std' namespace; just provide it with a dummy.
2006-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+ * tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp [ hpux ] <aCC>:
+ The HPPA C++ compiler has namespace support but provides no
+ `std' namespace; just provide it with a dummy.
+
* libltdl/m4/libtool.m4 (AC_PROG_SED): Do not forget to reset
IFS even in case of empty `$PATH'.
# include <iostream.h>
#endif
#ifdef HAVE_NAMESPACES
+namespace std { }
using namespace std;
#endif
# include <iostream.h>
#endif
#ifdef HAVE_NAMESPACES
+namespace std { }
using namespace std;
#endif