mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
parent
d318d2ec1a
commit
82d3e6585e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user