variadic_header.hpp 537 B

12345678910111213141516171819
  1. // Copyright (C) 2013 Vicente J. Botet Escriba
  2. //
  3. // Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/config.hpp>
  6. //#if defined BOOST_NO_CXX11_VARIADIC_TEMPLATES
  7. #include <boost/preprocessor/facilities/intercept.hpp>
  8. #include <boost/preprocessor/repetition/enum_params.hpp>
  9. #include <boost/preprocessor/repetition/repeat_from_to.hpp>
  10. #ifndef BOOST_THREAD_MAX_ARGS
  11. #define BOOST_THREAD_MAX_ARGS 9
  12. #endif
  13. //#endif