lambda_tag.hpp 477 B

12345678910111213141516
  1. // Copyright David Abrahams, Daniel Wallin 2003.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_PARAMETER_AUX_LAMBDA_TAG_HPP
  6. #define BOOST_PARAMETER_AUX_LAMBDA_TAG_HPP
  7. namespace boost { namespace parameter { namespace aux {
  8. // Tag type passed to MPL lambda.
  9. struct lambda_tag;
  10. }}} // namespace boost::parameter::aux
  11. #endif // include guard