ticket 7328 gccxml compatibility.

This commit is contained in:
Neil Groves
2014-03-08 22:00:27 +00:00
parent 9d0d5199ba
commit 90faa3941c

View File

@ -72,6 +72,13 @@ namespace boost {
#endif
#endif
#ifdef __GCCXML__
// GCC XML, unsurprisingly, has the same issues
#if __GCCXML_GNUC__ == 4 && __GCCXML_GNUC_MINOR__ == 2
#define BOOST_RANGE_ENABLE_CONCEPT_ASSERT 0
#endif
#endif
#ifdef __BORLANDC__
#define BOOST_RANGE_ENABLE_CONCEPT_ASSERT 0
#endif