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:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user