2
0
mirror of https://github.com/boostorg/python.git synced 2026-02-02 21:12:15 +00:00
[SVN r16353]
This commit is contained in:
Dave Abrahams
2002-11-21 00:19:27 +00:00
parent e3deb8275d
commit 715118ce39

View File

@@ -249,7 +249,7 @@ typedef struct {
} noddy_NoddyObject;
using namespace boost::python;
static handle<> cache;
static handle<noddy_NoddyObject> cache;
bool is_cached(noddy_NoddyObject* x)
{
@@ -287,7 +287,7 @@ BOOST_PYTHON_MODULE(noddy_cache)
<p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
13 November, 2002
20 November, 2002
<!--webbot bot="Timestamp" endspan i-checksum="39359" -->
</p>