summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Exception.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2001-10-31 16:01:35 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2001-10-31 16:01:35 (GMT)
commit1398cc0eef0cfcc69835edb5831681a573aadd14 (patch)
treeacad548811604bafb7842c394573647116add890 /c++/src/H5Exception.cpp
parent356626bd348bb62193fffa2bfe63f2cc8c319fde (diff)
downloadhdf5-1398cc0eef0cfcc69835edb5831681a573aadd14.zip
hdf5-1398cc0eef0cfcc69835edb5831681a573aadd14.tar.gz
hdf5-1398cc0eef0cfcc69835edb5831681a573aadd14.tar.bz2
[svn-r4580]
Purpose: Bug fixing Description: + added operator= to PredType + removed 'using namespace std' from H5RefCounter.cpp because it's not used and leaving it there requires #include some standard header file + added 'using namespace std' in H5Exception.cpp Platforms tested: SunOS 5.7 (arabica) Windows 98
Diffstat (limited to 'c++/src/H5Exception.cpp')
-rw-r--r--c++/src/H5Exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Exception.cpp b/c++/src/H5Exception.cpp
index 86b399f..045be68 100644
--- a/c++/src/H5Exception.cpp
+++ b/c++/src/H5Exception.cpp
@@ -5,11 +5,11 @@
#endif
#include "H5Include.h"
-#include <string>
#include "H5Exception.h"
#ifndef H5_NO_NAMESPACE
namespace H5 {
+ using namespace std;
#endif
// Default constructor