2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 06:42:27 +00:00

Fix broken links.

[SVN r21404]
This commit is contained in:
Rene Rivera
2003-12-27 02:37:02 +00:00
parent 5bc28e3016
commit cfc867bd18
11 changed files with 18 additions and 20 deletions

View File

@@ -60,8 +60,8 @@ namespace boost { namespace python
template <class T>
struct to_python_value
{
typedef typename <a href="../../../type_traits/index.htm#transformations">add_reference</a>&lt;
typename <a href="../../../type_traits/index.htm#transformations">add_const</a>&lt;T&gt;::type
typedef typename <a href="../../../type_traits/index.html#transformations">add_reference</a>&lt;
typename <a href="../../../type_traits/index.html#transformations">add_const</a>&lt;T&gt;::type
&gt;::type argument_type;
static bool convertible();