summaryrefslogtreecommitdiffstats
path: root/c++/test/h5cpputil.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-12-03 12:27:14 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-12-03 12:27:14 (GMT)
commit2b411792801f981a43701e390f072a37f8a81303 (patch)
tree0e21085ac4576aab6791ec07a2006c574af97b7c /c++/test/h5cpputil.cpp
parent5ed48cf279c7cbf46a0107cf9726f8607fc714c4 (diff)
downloadhdf5-2b411792801f981a43701e390f072a37f8a81303.zip
hdf5-2b411792801f981a43701e390f072a37f8a81303.tar.gz
hdf5-2b411792801f981a43701e390f072a37f8a81303.tar.bz2
[svn-r11756] Purpose: Test improvement
Description: Improved the use of std members. Platforms tested: Linux 2.4 (heping) SunOS 5.8 64-bit (sol) Linux 2.4 w/PGI (colonelk)
Diffstat (limited to 'c++/test/h5cpputil.cpp')
-rw-r--r--c++/test/h5cpputil.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/c++/test/h5cpputil.cpp b/c++/test/h5cpputil.cpp
index 44894b2..1d320ca 100644
--- a/c++/test/h5cpputil.cpp
+++ b/c++/test/h5cpputil.cpp
@@ -27,6 +27,14 @@
#endif
#include <string>
+#ifndef H5_NO_NAMESPACE
+#ifndef H5_NO_STD
+ using std::string;
+ using std::cerr;
+ using std::endl;
+#endif // H5_NO_STD
+#endif
+
#include "h5test.h"
#include "H5Exception.h"
#include "h5cpputil.h"