summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2006-04-15 17:16:23 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2006-04-15 17:16:23 (GMT)
commit82d3e6585eb19d502b79e5aad86e15a54b8e9288 (patch)
tree8172ad701e799054f68e6b7a4d422a24de4c6dbc /c++
parentd318d2ec1aaf8f0f1c55ba1c723ac99cc0237d08 (diff)
downloadhdf5-82d3e6585eb19d502b79e5aad86e15a54b8e9288.zip
hdf5-82d3e6585eb19d502b79e5aad86e15a54b8e9288.tar.gz
hdf5-82d3e6585eb19d502b79e5aad86e15a54b8e9288.tar.bz2
[svn-r12256] Purpose: Bug fix
Description: "using std::count" statement caused the problems on copper and kelgia Solution: I believe this statement is not needed at all (will verify with more daily tests and Binh-Minh). Removed. Platforms tested: heping, mir with Intel compiler, copper with -q64, shanti (there is a known failure in tatrr test) Misc. update:
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5IdComponent.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/c++/src/H5IdComponent.cpp b/c++/src/H5IdComponent.cpp
index fb12e61..d0c60a4 100644
--- a/c++/src/H5IdComponent.cpp
+++ b/c++/src/H5IdComponent.cpp
@@ -14,12 +14,8 @@
#ifdef H5_VMS
#include <iostream>
#endif /*H5_VMS*/
+
#include <string>
-#ifndef H5_VMS
-#ifndef H5_NO_NAMESPACE
- using std::count;
-#endif
-#endif /*H5_VMS*/
#include "H5Include.h"
#include "H5Exception.h"