53     typedef typename Container::value_type       value_type;
 
   82   template<
typename T> Comma_initializer<T> sc( T& c )
 
   83     { 
return Comma_initializer<T>(c); }
 
Template class which forwards insertions to the container class.
Comma_initializer & operator+=(value_type v)
Should only be used with first value.
Comma_initializer & operator=(const value_type v)
Should only be used with first value.