File indexing completed on 2025-01-18 09:41:55
0001
0002 #ifndef BOOST_MPL_ADVANCE_FWD_HPP_INCLUDED
0003 #define BOOST_MPL_ADVANCE_FWD_HPP_INCLUDED
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017 #include <boost/mpl/aux_/common_name_wknd.hpp>
0018
0019 namespace boost { namespace mpl {
0020
0021 BOOST_MPL_AUX_COMMON_NAME_WKND(advance)
0022
0023 template< typename Tag > struct advance_impl;
0024 template< typename Iterator, typename N > struct advance;
0025
0026 }}
0027
0028 #endif