11 Jul
2007
11 Jul
'07
8:22 a.m.
Dear all,
we upgraded yesterday to boost 1.34 but now ran in a weird compile error on
vstudio 2003 (sp1) when using boost properties (or indirect through use of
graph) and an enumerate enlosed by a namespace. E.g.:
namespace Bla
{
struct Dummy
{};
enum Foo
{
eFoo
};
}
void Example3()
{
boost::property