mirror of
https://github.com/boostorg/function.git
synced 2025-07-29 04:17:15 +02:00
Compare commits
3 Commits
boost-1.34
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
fa7b9cbdfe | |||
1b60e82b2f | |||
7581949360 |
@ -21,8 +21,8 @@
|
||||
// in anything that may be included by function_template.hpp doesn't break
|
||||
#include <boost/function/detail/prologue.hpp>
|
||||
|
||||
// Visual Age C++ doesn't handle the file iteration well
|
||||
#if BOOST_WORKAROUND(__IBMCPP__, >= 500)
|
||||
// Older versions of the IBM C++ compiler do not handle file iterations well
|
||||
#if BOOST_WORKAROUND(__IBMCPP__, >= 500) && BOOST_WORKAROUND(__IBMCPP__, < 800)
|
||||
# if BOOST_FUNCTION_MAX_ARGS >= 0
|
||||
# include <boost/function/function0.hpp>
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user