Compare commits

..

7 Commits

Author SHA1 Message Date
Daniel James
ad17dff2f2 Point 'more' links at the site.
[SVN r43169]
2008-02-07 23:08:19 +00:00
Daniel James
ee52f5f9b1 Roll back links to the beta site.
[SVN r43163]
2008-02-07 20:47:08 +00:00
Daniel James
b370bf3b78 Merge.
[SVN r42905]
2008-01-21 20:15:02 +00:00
Daniel James
9498d27b65 Copy the generated parameter documentation from trunk.
[SVN r41885]
2007-12-08 15:39:38 +00:00
Daniel James
db58a6569f Remove the paramter generated documentation (to be replaced from trunk).
[SVN r41884]
2007-12-08 15:39:10 +00:00
Daniel James
37f946cc2f Update links in the parameter library documentation.
[SVN r41716]
2007-12-04 23:46:06 +00:00
Daniel James
63cea94644 Create a branch to fix links on.
[SVN r41573]
2007-12-02 10:07:42 +00:00
62 changed files with 1 additions and 3 deletions

0
doc/Jamfile.v2 Normal file → Executable file
View File

0
doc/html/index.html Normal file → Executable file
View File

0
doc/html/reference.html Normal file → Executable file
View File

0
doc/html/rst.css Normal file → Executable file
View File

0
doc/html/vellipsis.gif Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 62 B

After

Width:  |  Height:  |  Size: 62 B

0
doc/index.rst Normal file → Executable file
View File

0
doc/python.rst Normal file → Executable file
View File

0
doc/reference.rst Normal file → Executable file
View File

0
include/boost/parameter.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/arg_list.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/cast.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/default.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/maybe.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/overloads.hpp Normal file → Executable file
View File

View File

0
include/boost/parameter/aux_/parenthesized_type.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/preprocessor/flatten.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/preprocessor/for_each.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/python/invoker.hpp Normal file → Executable file
View File

View File

0
include/boost/parameter/aux_/result_of0.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/set.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/tag.hpp Normal file → Executable file
View File

1
include/boost/parameter/aux_/tagged_argument.hpp Normal file → Executable file
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 {

0
include/boost/parameter/aux_/template_keyword.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/unwrap_cv_reference.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/void.hpp Normal file → Executable file
View File

0
include/boost/parameter/aux_/yesno.hpp Normal file → Executable file
View File

0
include/boost/parameter/binding.hpp Normal file → Executable file
View File

0
include/boost/parameter/config.hpp Normal file → Executable file
View File

0
include/boost/parameter/keyword.hpp Normal file → Executable file
View File

0
include/boost/parameter/macros.hpp Normal file → Executable file
View File

0
include/boost/parameter/match.hpp Normal file → Executable file
View File

0
include/boost/parameter/name.hpp Normal file → Executable file
View File

0
include/boost/parameter/parameters.hpp Normal file → Executable file
View File

3
include/boost/parameter/preprocessor.hpp Normal file → Executable file
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)

0
include/boost/parameter/python.hpp Normal file → Executable file
View File

0
include/boost/parameter/value_type.hpp Normal file → Executable file
View File

0
index.html Normal file → Executable file
View File

0
test/basics.cpp Normal file → Executable file
View File

0
test/basics.hpp Normal file → Executable file
View File

0
test/deduced.cpp Normal file → Executable file
View File

0
test/deduced.hpp Normal file → Executable file
View File

0
test/deduced_dependent_predicate.cpp Normal file → Executable file
View File

0
test/deduced_unmatched_arg.cpp Normal file → Executable file
View File

0
test/duplicates.cpp Normal file → Executable file
View File

0
test/earwicker.cpp Normal file → Executable file
View File

0
test/efficiency.cpp Normal file → Executable file
View File

0
test/macros.cpp Normal file → Executable file
View File

0
test/maybe.cpp Normal file → Executable file
View File

0
test/mpl.cpp Normal file → Executable file
View File

0
test/normalized_argument_types.cpp Normal file → Executable file
View File

0
test/ntp.cpp Normal file → Executable file
View File

0
test/optional_deduced_sfinae.cpp Normal file → Executable file
View File

0
test/preprocessor.cpp Normal file → Executable file
View File

0
test/preprocessor_deduced.cpp Normal file → Executable file
View File

0
test/python_test.cpp Normal file → Executable file
View File

0
test/sfinae.cpp Normal file → Executable file
View File

0
test/singular.cpp Normal file → Executable file
View File

0
test/timings.txt Normal file → Executable file
View File

0
test/tutorial.cpp Normal file → Executable file
View File

0
test/unwrap_cv_reference.cpp Normal file → Executable file
View File