Warning, file /include/boost/lambda/detail/lambda_config.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef BOOST_LAMBDA_LAMBDA_CONFIG_HPP
0014 #define BOOST_LAMBDA_LAMBDA_CONFIG_HPP
0015
0016
0017
0018
0019
0020 # if defined __GNUC__
0021 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
0022 # define BOOST_REF_TO_FUNC_CONFLICTS_WITH_REF_TO_T
0023 # define BOOST_LAMBDA_INCORRECT_BIND_OVERLOADING
0024 # endif
0025 # endif
0026
0027
0028 #if defined __KCC
0029
0030 #define BOOST_NO_FDECL_TEMPLATES_AS_TEMPLATE_TEMPLATE_PARAMS
0031
0032 #endif
0033
0034 #endif
0035
0036
0037
0038
0039
0040
0041