2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 17:32:55 +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

@@ -71,9 +71,8 @@ namespace boost { namespace python
{
template <class T>
struct from_python : private <a href=
"../../../utility/utility.htm#Class noncopyable">boost::noncopyable</a> // Exposition only.
// from_python&lt;T&gt; meets the <a href=
"NonCopyable.html">NonCopyable</a> requirements
"../../../utility/utility.htm#Class_noncopyable">boost::noncopyable</a> // Exposition only.
// from_python&lt;T&gt; meets the NonCopyable requirements
{
from_python(PyObject*);
bool convertible() const;