summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-01-07 15:35:15 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-01-07 15:35:15 (GMT)
commitedc21ffa56bc114b0a6274ae24d95ebbf14ab225 (patch)
treeb195cc1b363cd8038c61adcf6113b19c85090b0e /c++
parentf53f6dffa62dd731b7104c6d56fe8f859b7fa50c (diff)
downloadhdf5-edc21ffa56bc114b0a6274ae24d95ebbf14ab225.zip
hdf5-edc21ffa56bc114b0a6274ae24d95ebbf14ab225.tar.gz
hdf5-edc21ffa56bc114b0a6274ae24d95ebbf14ab225.tar.bz2
[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
Diffstat (limited to 'c++')
-rw-r--r--c++/src/H5Exception.h1
1 files changed, 1 insertions, 0 deletions
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 <string>
#ifndef H5_NO_NAMESPACE