2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-30 07:52:10 +00:00

Attempt at IBM xlC workaround

[SVN r25024]
This commit is contained in:
Douglas Gregor
2004-09-13 00:16:35 +00:00
parent 41e4d297e8
commit 1b13e37ec2

View File

@@ -29,8 +29,11 @@
#include <iterator>
#include <utility>
#include <boost/detail/workaround.hpp>
#define BOOST_GRAPH_NO_OPTIONAL
#if BOOST_WORKAROUND( __IBMCPP__, <= 600 )
# define BOOST_GRAPH_NO_OPTIONAL
#endif
#ifdef BOOST_GRAPH_NO_OPTIONAL
# define BOOST_GRAPH_MEMBER .