]> git.lyx.org Git - features.git/blobdiff - boost/boost/detail/workaround.hpp
update boost to 1.44
[features.git] / boost / boost / detail / workaround.hpp
index b6b64125c6a8165ac7e033f6d872cfd5be5edfcb..40b3423b374f26a5586751070bade6e9a179e41e 100644 (file)
 #else
 #define BOOST_MSVC_WORKAROUND_GUARD 0
 #endif
+#ifndef BOOST_MSVC_FULL_VER
+#define BOOST_MSVC_FULL_VER_WORKAROUND_GUARD 1
+#else
+#define BOOST_MSVC_FULL_VER_WORKAROUND_GUARD 0
+#endif
 #ifndef __GNUC__
 #define __GNUC___WORKAROUND_GUARD 1
 #else