Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
1 // Boost Lambda Library - lambda_config.hpp ------------------------------
3 // Copyright (C) 1999, 2000 Jaakko Järvi (jaakko.jarvi@cs.utu.fi)
5 // Distributed under the Boost Software License, Version 1.0. (See
6 // accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 // For more information, see www.boost.org
11 // ---------------------------------------------------------------
13 #ifndef BOOST_LAMBDA_LAMBDA_CONFIG_HPP
14 #define BOOST_LAMBDA_LAMBDA_CONFIG_HPP
16 // add to boost/config.hpp
21 # if (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
22 # define BOOST_REF_TO_FUNC_CONFLICTS_WITH_REF_TO_T
23 # define BOOST_LAMBDA_INCORRECT_BIND_OVERLOADING
25 # if (__GNUC__ == 2 && __GNUC_MINOR__ <= 97)
26 # define BOOST_NO_TEMPLATED_STREAMS
27 # define BOOST_LAMBDA_INCORRECT_BIND_OVERLOADING
29 # if (__GNUC__ == 2 && __GNUC_MINOR__ <= 95)
30 # define BOOST_LAMBDA_FAILS_IN_TEMPLATE_KEYWORD_AFTER_SCOPE_OPER
37 #define BOOST_NO_FDECL_TEMPLATES_AS_TEMPLATE_TEMPLATE_PARAMS