/* Copyright 2008 Vicente J. Botet Escriba * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or copy at * http://www.boost.org/LICENSE_1_0.txt) * * See http://www.boost.org/libs/luid for library home page. */ #ifndef BOOST_DSL_OR_SEQ_HPP_ #define BOOST_DSL_OR_SEQ_HPP_ #include #include #include #include namespace boost { namespace dsl { template struct or_seq : mpl::not_::type, typename mpl::end::type> > {}; } // dsl } // boost #endif // BOOST_DSL_OR_SEQ_HPP_