00001 #ifndef BOOST_BIND_ARG_HPP_INCLUDED 00002 #define BOOST_BIND_ARG_HPP_INCLUDED 00003 00004 #if _MSC_VER >= 1020 00005 #pragma once 00006 #endif 00007 00008 // 00009 // bind/arg.hpp 00010 // 00011 // Copyright (c) 2002 Peter Dimov and Multi Media Ltd. 00012 // 00013 // Permission to copy, use, modify, sell and distribute this software 00014 // is granted provided this copyright notice appears in all copies. 00015 // This software is provided "as is" without express or implied 00016 // warranty, and with no claim as to its suitability for any purpose. 00017 // 00018 // See http://www.boost.org/libs/bind/bind.html for documentation. 00019 // 00020 00021 namespace boost 00022 { 00023 00024 template<int I> class arg 00025 { 00026 }; 00027 00028 } // namespace boost 00029 00030 #endif // #ifndef BOOST_BIND_ARG_HPP_INCLUDED
1.5.1