Merge [60624] from the trunk. Refs #4012

[SVN r62086]
This commit is contained in:
Steven Watanabe
2010-05-18 16:53:58 +00:00
parent 7634ba7ec2
commit 3d7932ae61

View File

@@ -65,6 +65,11 @@
#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