mirror of
https://github.com/boostorg/range.git
synced 2025-08-03 06:44:37 +02:00
ticket 7328 gccxml compatibility.
This commit is contained in:
@@ -72,6 +72,13 @@ namespace boost {
|
|||||||
#endif
|
#endif
|
||||||
#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__
|
#ifdef __BORLANDC__
|
||||||
#define BOOST_RANGE_ENABLE_CONCEPT_ASSERT 0
|
#define BOOST_RANGE_ENABLE_CONCEPT_ASSERT 0
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user