[C++-sig] BOOST_PYTHON_MODULE: serios usebility issue

Gennadiy Rozental rogeeff at gmail.com
Fri Dec 14 04:22:01 CET 2007


Hi,

I believe BOOST_PYTHON_MODULE has a serios problem. At the moment I can't 
use library version and have to rewrite this macro locally. The problem is 
with usage of native C++ concatenation instead of BOOST_JOIN. For varios 
reasons I need to wrap the BOOST_PYTHON_MODULE macro and want to pass a name 
that is concatenation of several tokens. Unfortunately current 
implementation failes to support this. Essensially what I need is 
BOOST_PYTHON_MODULE( BOOST_JOIN( name, d ) ) to work properly.

I can fix it myself in svn, but I prefer authors to deal with it in manner 
they like.

Gennadiy 






More information about the Cplusplus-sig mailing list