[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:
This commit is contained in:
Elena Pourmal 2006-04-15 12:16:23 -05:00
parent d318d2ec1a
commit 82d3e6585e

View File

@ -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"