24        boost::hash_combine(seed, attr.foreground_colour_);
 
   25        boost::hash_combine(seed, attr.background_colour_);
 
   26        boost::hash_combine(seed, attr.intensity_);
 
   27        boost::hash_combine(seed, attr.underlining_);
 
   28        boost::hash_combine(seed, attr.polarity_);
 
   29        boost::hash_combine(seed, attr.blinking_);