mirror of
https://github.com/boostorg/function.git
synced 2025-07-25 10:27:14 +02:00
14 lines
472 B
C++
14 lines
472 B
C++
#ifndef BOOST_FUNCTION_PROLOGUE_HPP
|
|
#define BOOST_FUNCTION_PROLOGUE_HPP
|
|
# include <cassert>
|
|
# include <algorithm>
|
|
# include <boost/config.hpp>
|
|
# include <boost/function/function_base.hpp>
|
|
# include <boost/mem_fn.hpp>
|
|
# include <boost/preprocessor/enum.hpp>
|
|
# include <boost/preprocessor/enum_params.hpp>
|
|
# include <boost/preprocessor/cat.hpp>
|
|
# include <boost/preprocessor/repeat.hpp>
|
|
# include <boost/preprocessor/inc.hpp>
|
|
#endif // BOOST_FUNCTION_PROLOGUE_HPP
|