/usr/include/boost/phoenix/bind/detail/cpp03
Edit: /usr/include/boost/phoenix/bind/detail/cpp03/function_ptr.hpp (4071B)
/*=============================================================================
Copyright (c) 2001-2007 Joel de Guzman
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)
==============================================================================*/
#if !BOOST_PHOENIX_IS_ITERATING
#include
#include
namespace boost { namespace phoenix { namespace detail
{
template
struct function_ptr_impl
{
template
struct impl;
};
template
struct function_ptr : function_ptr_impl::template impl