|
||||
File indexing completed on 2025-01-18 09:45:07
0001 /*============================================================================= 0002 Copyright (c) 2016 Kohei Takahashi 0003 0004 Distributed under the Boost Software License, Version 1.0. (See accompanying 0005 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 0006 ==============================================================================*/ 0007 #ifndef boost_phoenix_core_detail_index_sequence_hpp 0008 #define boost_phoenix_core_detail_index_sequence_hpp 0009 0010 #include <boost/fusion/support/detail/index_sequence.hpp> 0011 0012 namespace boost { namespace phoenix { namespace detail { 0013 using ::boost::fusion::detail::index_sequence; 0014 using ::boost::fusion::detail::make_index_sequence; 0015 }}} 0016 0017 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |