// Copyright David Abrahams 2002.
// 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)
#ifndef IF_ELSE_DWA2002322_HPP
# define IF_ELSE_DWA2002322_HPP
# include
namespace boost { namespace python { namespace detail {
template struct elif_selected;
template
struct if_selected
{
template
struct elif : elif_selected
{
};
template
struct else_
{
typedef T type;
};
};
template
struct elif_selected
{
# if !(defined(__MWERKS__) && __MWERKS__