Compare commits

..

2 Commits

Author SHA1 Message Date
Daniel James
a4c2dced25 Update 'more' links.
[SVN r44996]
2008-05-01 21:34:42 +00:00
Daniel James
912b5d4321 Create a branch for documentation work.
[SVN r44584]
2008-04-19 14:48:18 +00:00
4 changed files with 3 additions and 5 deletions

View File

@@ -82,7 +82,7 @@ __ ../../../../index.htm
.. _`Boost Consulting`: http://www.boost-consulting.com
.. _concepts: http://www.boost.org/more/generic_programming.html#concept
.. _concepts: http://www.boost.org/community/generic_programming.html#concept
-------------------------------------

View File

@@ -174,7 +174,7 @@ Concepts
This section describes the generic type concepts_ used by the Parameter library.
.. _concepts: http://www.boost.org/more/generic_programming.html#concept
.. _concepts: http://www.boost.org/community/generic_programming.html#concept
|ArgumentPack|
--------------

View File

@@ -14,7 +14,6 @@
# include <boost/mpl/and.hpp>
# include <boost/mpl/not.hpp>
# include <boost/type_traits/is_same.hpp>
# include <boost/type_traits/is_convertible.hpp>
# include <boost/type_traits/is_reference.hpp>
namespace boost { namespace parameter { namespace aux {

View File

@@ -152,8 +152,7 @@ struct argument_pack
, typename Parameters::deduced_list
, tag_keyword_arg
, mpl::false_
>::type result;
typedef typename mpl::first<result>::type type;
>::type type;
};
# if 1 //BOOST_WORKAROUND(BOOST_MSVC, < 1300)