Subject: [Boost-users] seg fault
From: John Robertson (jrobertson7711_at_[hidden])
Date: 2009-10-22 18:46:57


I tried

typedef string Colour;

struct edge_properties
{
 
  vector < set< Colour > & > eColours;

}

But it did not compile. Shouldn't it ?

Thanks
-JR