summaryrefslogtreecommitdiffstats
path: root/c++/examples/compound.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2003-03-20 02:13:13 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2003-03-20 02:13:13 (GMT)
commitda0f4cd981ec8f524be43cd1db3bff88b34187db (patch)
tree63734f0f60ad0964bcc8756c5287e3b10f434599 /c++/examples/compound.cpp
parent5cc6567850b77f29803eece112bd4887ec507467 (diff)
downloadhdf5-da0f4cd981ec8f524be43cd1db3bff88b34187db.zip
hdf5-da0f4cd981ec8f524be43cd1db3bff88b34187db.tar.gz
hdf5-da0f4cd981ec8f524be43cd1db3bff88b34187db.tar.bz2
[svn-r6510] Purpose:
Cleanup Description: Removed "using namespace std" since it's in namespace H5 already. Platforms tested: HPUX 11.00 (kelgia) Linux 2.2x (eirene) IRIX 6.5.11 (modi4) SunOS 5.7 (arabica) - by Elena Misc. update:
Diffstat (limited to 'c++/examples/compound.cpp')
-rw-r--r--c++/examples/compound.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/c++/examples/compound.cpp b/c++/examples/compound.cpp
index c559eb7..68de654 100644
--- a/c++/examples/compound.cpp
+++ b/c++/examples/compound.cpp
@@ -19,9 +19,6 @@
*/
#include <string>
-#if !defined(H5_NO_NAMESPACE) && !defined(H5_NO_STD)
-using namespace std;
-#endif
#ifdef OLD_HEADER_FILENAME
#include <iostream.h>