Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:35:43

0001 // Boost.Function library - Typeof support
0002 //  Copyright (C) Douglas Gregor 2008
0003 //
0004 //  Use, modification and distribution is subject to the Boost
0005 //  Software License, Version 1.0.  (See accompanying file
0006 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0007 //
0008 // For more information, see http://www.boost.org
0009 #ifndef BOOST_FUNCTION_TYPEOF_HPP
0010 #define BOOST_FUNCTION_TYPEOF_HPP
0011 #include <boost/function/function_fwd.hpp>
0012 
0013 // This header is no longer necessary and is only retained for compatibility
0014 
0015 #endif