$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [python] patch modules_init.hpp to expand macros
From: Neal Becker (ndbecker2_at_[hidden])
Date: 2010-01-15 08:32:08
This patch replaces use of ## and # with BOOST_PP_CAT and
BOOST_PP_STRINGIZE. This is needed so that python module names can be
programmatically generated.
https://svn.boost.org/trac/boost/ticket/3843