|
||||
File indexing completed on 2025-01-18 09:52:47
0001 // Copyright (C) 2013 Vicente J. Botet Escriba 0002 // 0003 // Distributed under the Boost Software License, Version 1.0. (See accompanying 0004 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0005 0006 #include <boost/config.hpp> 0007 0008 //#if defined BOOST_NO_CXX11_VARIADIC_TEMPLATES 0009 0010 #include <boost/preprocessor/facilities/intercept.hpp> 0011 #include <boost/preprocessor/repetition/enum_params.hpp> 0012 #include <boost/preprocessor/repetition/repeat_from_to.hpp> 0013 0014 #ifndef BOOST_THREAD_MAX_ARGS 0015 #define BOOST_THREAD_MAX_ARGS 9 0016 #endif 0017 0018 //#endif 0019
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |