2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

correction as per Niall

[SVN r23386]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-07-06 22:44:33 +00:00
parent 2e86d1f9bb
commit 44e9ffc5ca

View File

@@ -701,7 +701,7 @@ void Export_FXThread()
functions with <tt>void *</tt> arguments or return values using
thin wrappers and the <i>opaque pointer</i> facility. E.g.:
<pre>// Declare the following in each translation unit
struct void_; // Deliberately do not define
struct void_ {};
BOOST_PYTHON_OPAQUE_SPECIALIZED_TYPE_ID(void_);
void *foo(int par1, void *par2);