mirror of
https://github.com/boostorg/python.git
synced 2026-02-02 21:12:15 +00:00
Bugfix
[SVN r16353]
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user