diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-15 17:16:23 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-15 17:16:23 (GMT) |
commit | 82d3e6585eb19d502b79e5aad86e15a54b8e9288 (patch) | |
tree | 8172ad701e799054f68e6b7a4d422a24de4c6dbc /c++/src/H5IdComponent.cpp | |
parent | d318d2ec1aaf8f0f1c55ba1c723ac99cc0237d08 (diff) | |
download | hdf5-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++/src/H5IdComponent.cpp')
-rw-r--r-- | c++/src/H5IdComponent.cpp | 6 |
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" |