mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r19924] Windows VS10 complains about private STL members needing to be exported, because it is of type std::string this warning can be suppressed.
Tested: windows XP with VS10
This commit is contained in:
parent
f53f6dffa6
commit
edc21ffa56
@ -17,6 +17,7 @@
|
||||
#ifndef _H5Exception_H
|
||||
#define _H5Exception_H
|
||||
|
||||
#pragma warning (disable : 4251)
|
||||
#include <string>
|
||||
|
||||
#ifndef H5_NO_NAMESPACE
|
||||
|
Loading…
x
Reference in New Issue
Block a user