Project revived from Feb2017
[EroSomnia.git] / deps / boost_1_63_0 / boost / metaparse / nth_of.hpp
blobb479e54646eca62889c7ba640c5dbe22ec0b1fd4
1 #ifndef BOOST_METAPARSE_NTH_OF_HPP
2 #define BOOST_METAPARSE_NTH_OF_HPP
4 // Copyright Abel Sinkovics (abel@sinkovics.hu) 2013.
5 // Distributed under the Boost Software License, Version 1.0.
6 // (See accompanying file LICENSE_1_0.txt or copy at
7 // http://www.boost.org/LICENSE_1_0.txt)
9 #include <boost/metaparse/v1/nth_of.hpp>
11 namespace boost
13 namespace metaparse
15 using v1::nth_of;
19 #endif