diff options
Diffstat (limited to 'c++/test/h5cpputil.cpp')
-rw-r--r-- | c++/test/h5cpputil.cpp | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/c++/test/h5cpputil.cpp b/c++/test/h5cpputil.cpp index d3f531b..7340ecc 100644 --- a/c++/test/h5cpputil.cpp +++ b/c++/test/h5cpputil.cpp @@ -32,16 +32,8 @@ #include "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 -using namespace std; -#endif -*/ /*------------------------------------------------------------------------- @@ -126,7 +118,3 @@ InvalidActionException::InvalidActionException(const string func_name, const str //-------------------------------------------------------------------------- InvalidActionException::~InvalidActionException() {} -#ifndef H5_NO_NAMESPACE -} // end namespace -#endif - |