From 3468ff3a5c4f6c384801edef9ae52ecc4f2de3c5 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 14 Apr 2006 16:43:29 -0500 Subject: [svn-r12253] Purpose: Maintenance Description: Brought VMS changes back. My previous note about using std::count; should be in this log. C++ on VMS doesn't support "using std::count" Solution: IFDEF'ed with H5_VMS (until Binh-Minh has a chance to look into it and propose a different solution) Platforms tested: VMS server, heping Misc. update: --- c++/src/H5IdComponent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c++/src/H5IdComponent.cpp b/c++/src/H5IdComponent.cpp index 908343c..fb12e61 100644 --- a/c++/src/H5IdComponent.cpp +++ b/c++/src/H5IdComponent.cpp @@ -15,11 +15,11 @@ #include #endif /*H5_VMS*/ #include +#ifndef H5_VMS #ifndef H5_NO_NAMESPACE -#ifdef H5_VMS using std::count; -#endif /*H5_VMS*/ #endif +#endif /*H5_VMS*/ #include "H5Include.h" #include "H5Exception.h" -- cgit v0.12