From 82d3e6585eb19d502b79e5aad86e15a54b8e9288 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 15 Apr 2006 12:16:23 -0500 Subject: [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: --- c++/src/H5IdComponent.cpp | 6 +----- 1 file changed, 1 insertion(+), 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 #endif /*H5_VMS*/ + #include -#ifndef H5_VMS -#ifndef H5_NO_NAMESPACE - using std::count; -#endif -#endif /*H5_VMS*/ #include "H5Include.h" #include "H5Exception.h" -- cgit v0.12