[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:
Allen Byrne 2011-01-07 10:35:15 -05:00
parent f53f6dffa6
commit edc21ffa56

View File

@ -17,6 +17,7 @@
#ifndef _H5Exception_H
#define _H5Exception_H
#pragma warning (disable : 4251)
#include <string>
#ifndef H5_NO_NAMESPACE