From 3d85420836d3b2147e242e352526faa56b00cbe2 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 10 Mar 2006 08:31:52 -0500 Subject: [svn-r12074] Purpose: Typo fix Description: There was no macro name in ifdef statement (it was commented out ;-)) Solution: Fixed the typo Platforms tested: tested on heping with g++ Misc. update: --- c++/src/H5IdComponent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/H5IdComponent.cpp b/c++/src/H5IdComponent.cpp index f5eb34e..3063d6b 100644 --- a/c++/src/H5IdComponent.cpp +++ b/c++/src/H5IdComponent.cpp @@ -18,7 +18,7 @@ #ifndef H5_NO_NAMESPACE #ifndef H5_NO_STD using std::string; -#ifdef /*H5_VMS*/ +#ifdef H5_VMS using std::count; #endif /*H5_VMS*/ #endif // H5_NO_STD -- cgit v0.12