summaryrefslogtreecommitdiffstats
path: root/c++/test/h5cpputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/test/h5cpputil.h')
-rw-r--r--c++/test/h5cpputil.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/c++/test/h5cpputil.h b/c++/test/h5cpputil.h
index 5caba61..bef8f4a 100644
--- a/c++/test/h5cpputil.h
+++ b/c++/test/h5cpputil.h
@@ -24,10 +24,7 @@
#define _h5cpputil_h
#ifndef H5_NO_NAMESPACE
-namespace H5 {
-#ifndef H5_NO_STD
- using namespace std;
-#endif // H5_NO_STD
+using namespace H5;
#endif
#ifndef H5_NO_STD
@@ -65,8 +62,4 @@ class InvalidActionException : public Exception {
virtual ~InvalidActionException();
};
-#ifndef H5_NO_NAMESPACE
-}
-#endif
-
#endif