From edc21ffa56bc114b0a6274ae24d95ebbf14ab225 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 7 Jan 2011 10:35:15 -0500 Subject: [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 --- c++/src/H5Exception.h | 1 + 1 file changed, 1 insertion(+) diff --git a/c++/src/H5Exception.h b/c++/src/H5Exception.h index b4af2ba..9bc3ab2 100644 --- a/c++/src/H5Exception.h +++ b/c++/src/H5Exception.h @@ -17,6 +17,7 @@ #ifndef _H5Exception_H #define _H5Exception_H +#pragma warning (disable : 4251) #include #ifndef H5_NO_NAMESPACE -- cgit v0.12