$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Inherited static member variables of the same name.
From: Luke Titley (luke.titley_at_[hidden])
Date: 2009-01-26 05:44:14
When you define two boost python classes of the same name one inheriting off
the other each with a static member variable of the same name then some
counter intuitive behaviour occurs.
class Base
{
}