BGL: Can bundled properties not be a struct or class name?

Good day,
I have a graph with bundled properties attached to both the vertices and
edges.
typedef long int ASElementID;
enum ASRelationships
{
NoRelationship,
IsContaining,
IsBeside,
IsAbove,
IsCommentedBy,
IsMadeOf
};
typedef boost::adjacency_list
participants (1)
-
Jean-Olivier Racine