1// Boost.Function library - Typeof support
2// Copyright (C) Douglas Gregor 2008
3//
4// Use, modification and distribution is subject to the Boost
5// Software License, Version 1.0. (See accompanying file
6// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7//
8// For more information, see http://www.boost.org
9#ifndef BOOST_FUNCTION_TYPEOF_HPP
10#define BOOST_FUNCTION_TYPEOF_HPP
11#include <boost/function/function_fwd.hpp>
12
13// This header is no longer necessary and is only retained for compatibility
14
15#endif
16

source code of boost/libs/function/include/boost/function/function_typeof.hpp